emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109391: Comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109391: Comment
Date: Wed, 01 Aug 2012 23:43:13 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109391
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-01 23:43:13 -0700
message:
  Comment
modified:
  src/emacs.c
=== modified file 'src/emacs.c'
--- a/src/emacs.c       2012-07-31 22:24:49 +0000
+++ b/src/emacs.c       2012-08-02 06:43:13 +0000
@@ -2375,7 +2375,7 @@
 Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix,
 hpux, irix, usg-unix-v) indicates some sort of Unix system.  */);
   Vsystem_type = intern_c_string (SYSTEM_TYPE);
-  /* The above values are from SYSTEM_TYPE in include files under src/s.  */
+  /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs.  */
 
   DEFVAR_LISP ("system-configuration", Vsystem_configuration,
               doc: /* Value is string indicating configuration Emacs was built 
for.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]