emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Fri, 13 May 2005 19:28:36 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.367 emacs/src/emacs.c:1.368
*** emacs/src/emacs.c:1.367     Fri May 13 08:45:13 2005
--- emacs/src/emacs.c   Fri May 13 23:28:35 2005
***************
*** 2442,2457 ****
  Many arguments are deleted from the list as they are processed.  */);
  
    DEFVAR_LISP ("system-type", &Vsystem_type,
! +            doc: /* Value is symbol indicating type of operating system you 
are using.
! +Special values:
! +  `gnu/linux'   compiled for a GNU/Linux system.
! +  `darwin'      compiled for Darwin (GNU-Darwin, Mac OS X, ...).
! +  `macos'       compiled for Mac OS 9.
! +  `ms-dos'      compiled as an MS-DOS application.
! +  `windows-nt'  compiled as a native W32 application.
! +  `cygwin'      compiled using the Cygwin library.
! +  `vax-vms' or `axp-vms': compiled for a (Open)VMS system.
! +Anything else indicates some sort of Unix system.  */);
    Vsystem_type = intern (SYSTEM_TYPE);
  
    DEFVAR_LISP ("system-configuration", &Vsystem_configuration,
--- 2442,2457 ----
  Many arguments are deleted from the list as they are processed.  */);
  
    DEFVAR_LISP ("system-type", &Vsystem_type,
!              doc: /* Value is symbol indicating type of operating system you 
are using.
! Special values:
!   `gnu/linux'   compiled for a GNU/Linux system.
!   `darwin'      compiled for Darwin (GNU-Darwin, Mac OS X, ...).
!   `macos'       compiled for Mac OS 9.
!   `ms-dos'      compiled as an MS-DOS application.
!   `windows-nt'  compiled as a native W32 application.
!   `cygwin'      compiled using the Cygwin library.
!   `vax-vms' or `axp-vms': compiled for a (Open)VMS system.
! Anything else indicates some sort of Unix system.  */);
    Vsystem_type = intern (SYSTEM_TYPE);
  
    DEFVAR_LISP ("system-configuration", &Vsystem_configuration,




reply via email to

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