diff options
| author | Richard M. Stallman | 1994-03-20 04:21:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-20 04:21:12 +0000 |
| commit | 5833af3a811e0c9f6dbef11d4919f12a9823ef41 (patch) | |
| tree | 7acd56c70c63f4a5b5c3372b13a1a8be2ce0e4fc | |
| parent | 289c48367606e2ccff5b138b6fb4fde064b2d175 (diff) | |
| download | emacs-5833af3a811e0c9f6dbef11d4919f12a9823ef41.tar.gz emacs-5833af3a811e0c9f6dbef11d4919f12a9823ef41.zip | |
(mh-progs, mh-lib): Deleted.
| -rw-r--r-- | lisp/paths.el | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index aacbd366eb5..e72cea01c8b 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -80,28 +80,13 @@ there is no need to set this variable.") | |||
| 80 | "*The name of your organization, as a string. | 80 | "*The name of your organization, as a string. |
| 81 | The `ORGANIZATION' environment variable is used instead if defined.") | 81 | The `ORGANIZATION' environment variable is used instead if defined.") |
| 82 | 82 | ||
| 83 | (defvar mh-progs | ||
| 84 | (cond ((file-directory-p "/usr/bin/mh/") "/usr/bin/mh/") ;Ultrix 4.2 | ||
| 85 | ((file-directory-p "/usr/new/mh/") "/usr/new/mh/") ;Ultrix <4.2 | ||
| 86 | ((file-directory-p "/usr/local/bin/mh/") "/usr/local/bin/mh/") | ||
| 87 | ((file-directory-p "/usr/local/mh/") "/usr/local/mh/") | ||
| 88 | (t "/usr/local/bin/")) | ||
| 89 | "Directory containing MH commands.") | ||
| 90 | |||
| 91 | (defvar mh-lib | ||
| 92 | (cond ((file-directory-p "/usr/lib/mh/") "/usr/lib/mh/") ;Ultrix 4.2 | ||
| 93 | ((file-directory-p "/usr/new/lib/mh/") "/usr/new/lib/mh/") ;Ultrix <4.2 | ||
| 94 | ((file-directory-p "/usr/local/lib/mh/") "/usr/local/lib/mh/") | ||
| 95 | (t "/usr/local/bin/mh/")) | ||
| 96 | "Directory of MH library.") | ||
| 97 | |||
| 98 | (defvar rmail-file-name "~/RMAIL" | ||
| 99 | "Name of user's primary mail file.") | ||
| 100 | |||
| 101 | (defvar gnus-startup-file "~/.newsrc" | 83 | (defvar gnus-startup-file "~/.newsrc" |
| 102 | "The file listing groups to which user is subscribed. | 84 | "The file listing groups to which user is subscribed. |
| 103 | Will use `gnus-startup-file'-SERVER instead if exists.") | 85 | Will use `gnus-startup-file'-SERVER instead if exists.") |
| 104 | 86 | ||
| 87 | (defvar rmail-file-name "~/RMAIL" | ||
| 88 | "Name of user's primary mail file.") | ||
| 89 | |||
| 105 | (defconst rmail-spool-directory | 90 | (defconst rmail-spool-directory |
| 106 | (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) | 91 | (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) |
| 107 | "/usr/mail/") | 92 | "/usr/mail/") |