/[emacs]/emacs/lisp/paths.el
ViewVC logotype

Diff of /emacs/lisp/paths.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by zsh, Thu Jan 9 13:50:17 2003 UTC revision 1.65 by lektu, Tue Feb 4 11:52:34 2003 UTC
# Line 139  The `ORGANIZATION' environment variable Line 139  The `ORGANIZATION' environment variable
139  (defconst rmail-spool-directory  (defconst rmail-spool-directory
140    (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)    (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
141           "/usr/spool/mail/")           "/usr/spool/mail/")
142          ;; On The Bull DPX/2 /usr/spool/mail is used although          ;; On The Bull DPX/2 /usr/spool/mail is used although
143          ;; it is usg-unix-v.          ;; it is usg-unix-v.
144          ((string-match "^m68k-bull-sysv3" system-configuration)          ((string-match "^m68k-bull-sysv3" system-configuration)
145           "/usr/spool/mail/")           "/usr/spool/mail/")
# Line 193  If non-nil, Emacs startup does (load (co Line 193  If non-nil, Emacs startup does (load (co
193  You may set this variable to nil in your `.emacs' file if you do not wish  You may set this variable to nil in your `.emacs' file if you do not wish
194  the terminal-initialization file to be loaded.")  the terminal-initialization file to be loaded.")
195    
196  (defconst abbrev-file-name  (defconst abbrev-file-name
197    (if (eq system-type 'vax-vms)    (if (eq system-type 'vax-vms)
198        "~/abbrev.def"        "~/abbrev.def"
199      (convert-standard-filename "~/.abbrev_defs"))      (convert-standard-filename "~/.abbrev_defs"))

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26