diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/paths.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/paths.el')
| -rw-r--r-- | lisp/paths.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index b4e18c5e01f..f0d5a8d5cd9 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -139,7 +139,7 @@ The `ORGANIZATION' environment variable is used instead if defined.") | |||
| 139 | (defconst rmail-spool-directory | 139 | (defconst rmail-spool-directory |
| 140 | (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) | 140 | (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) |
| 141 | "/usr/spool/mail/") | 141 | "/usr/spool/mail/") |
| 142 | ;; On The Bull DPX/2 /usr/spool/mail is used although | 142 | ;; On The Bull DPX/2 /usr/spool/mail is used although |
| 143 | ;; it is usg-unix-v. | 143 | ;; it is usg-unix-v. |
| 144 | ((string-match "^m68k-bull-sysv3" system-configuration) | 144 | ((string-match "^m68k-bull-sysv3" system-configuration) |
| 145 | "/usr/spool/mail/") | 145 | "/usr/spool/mail/") |
| @@ -193,7 +193,7 @@ If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\")) | |||
| 193 | You may set this variable to nil in your `.emacs' file if you do not wish | 193 | You may set this variable to nil in your `.emacs' file if you do not wish |
| 194 | the terminal-initialization file to be loaded.") | 194 | the terminal-initialization file to be loaded.") |
| 195 | 195 | ||
| 196 | (defconst abbrev-file-name | 196 | (defconst abbrev-file-name |
| 197 | (if (eq system-type 'vax-vms) | 197 | (if (eq system-type 'vax-vms) |
| 198 | "~/abbrev.def" | 198 | "~/abbrev.def" |
| 199 | (convert-standard-filename "~/.abbrev_defs")) | 199 | (convert-standard-filename "~/.abbrev_defs")) |