emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Wed, 16 Jan 2002 14:42:27 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.285 emacs/lisp/startup.el:1.286
*** emacs/lisp/startup.el:1.285 Mon Jan 14 08:49:32 2002
--- emacs/lisp/startup.el       Wed Jan 16 14:42:27 2002
***************
*** 675,682 ****
     ((memq system-type '(ms-dos windows-nt emx))
      (setq eol-mnemonic-unix "(Unix)")
      (setq eol-mnemonic-mac  "(Mac)"))
!    ;; Mac-specific settings should come here, once there's a
!    ;; system-type symbol specific to MacOS.
     (t ; this is for Unix/GNU/Linux systems
      (setq eol-mnemonic-dos  "(DOS)")
      (setq eol-mnemonic-mac  "(Mac)")))
--- 675,684 ----
     ((memq system-type '(ms-dos windows-nt emx))
      (setq eol-mnemonic-unix "(Unix)")
      (setq eol-mnemonic-mac  "(Mac)"))
!    ;; Both Mac and Unix EOLs are now "native" on Mac OS so keep the
!    ;; abbreviated strings `/' and `:' set in coding.c for them.
!    ((eq system-type 'macos)
!     (setq eol-mnemonic-dos  "(DOS)"))
     (t ; this is for Unix/GNU/Linux systems
      (setq eol-mnemonic-dos  "(DOS)")
      (setq eol-mnemonic-mac  "(Mac)")))



reply via email to

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