emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/paths.el
Date: Tue, 04 Feb 2003 06:52:36 -0500

Index: emacs/lisp/paths.el
diff -c emacs/lisp/paths.el:1.64 emacs/lisp/paths.el:1.65
*** emacs/lisp/paths.el:1.64    Thu Jan  9 08:50:17 2003
--- emacs/lisp/paths.el Tue Feb  4 06:52:34 2003
***************
*** 139,145 ****
  (defconst rmail-spool-directory
    (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
         "/usr/spool/mail/")
!       ;; On The Bull DPX/2 /usr/spool/mail is used although 
        ;; it is usg-unix-v.
        ((string-match "^m68k-bull-sysv3" system-configuration)
         "/usr/spool/mail/")
--- 139,145 ----
  (defconst rmail-spool-directory
    (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
         "/usr/spool/mail/")
!       ;; On The Bull DPX/2 /usr/spool/mail is used although
        ;; it is usg-unix-v.
        ((string-match "^m68k-bull-sysv3" system-configuration)
         "/usr/spool/mail/")
***************
*** 193,199 ****
  You may set this variable to nil in your `.emacs' file if you do not wish
  the terminal-initialization file to be loaded.")
  
! (defconst abbrev-file-name 
    (if (eq system-type 'vax-vms)
        "~/abbrev.def"
      (convert-standard-filename "~/.abbrev_defs"))
--- 193,199 ----
  You may set this variable to nil in your `.emacs' file if you do not wish
  the terminal-initialization file to be loaded.")
  
! (defconst abbrev-file-name
    (if (eq system-type 'vax-vms)
        "~/abbrev.def"
      (convert-standard-filename "~/.abbrev_defs"))




reply via email to

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