diff options
| author | Richard M. Stallman | 1996-08-15 03:03:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-15 03:03:16 +0000 |
| commit | c40c2f9dd434ebf6098eff0a16fb0c7ca2c4ecc5 (patch) | |
| tree | 5c39cf0dfe975ae7798330bd87e182a73a23c1d1 | |
| parent | 5e70d78de39f870604460e30bbdc583778153b92 (diff) | |
| download | emacs-c40c2f9dd434ebf6098eff0a16fb0c7ca2c4ecc5.tar.gz emacs-c40c2f9dd434ebf6098eff0a16fb0c7ca2c4ecc5.zip | |
(news-inews-program): Look for /usr/contrib/lib/news/inews.
| -rw-r--r-- | lisp/paths.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index aabf35a363f..9662ae3bdc2 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -64,6 +64,7 @@ for initializing `Info-directory-list' when Info is started.") | |||
| 64 | (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews") | 64 | (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews") |
| 65 | ((file-exists-p "/usr/local/inews") "/usr/local/inews") | 65 | ((file-exists-p "/usr/local/inews") "/usr/local/inews") |
| 66 | ((file-exists-p "/usr/local/bin/inews") "/usr/local/bin/inews") | 66 | ((file-exists-p "/usr/local/bin/inews") "/usr/local/bin/inews") |
| 67 | ((file-exists-p "/usr/contrib/lib/news/inews") "/usr/contrib/lib/news/inews") | ||
| 67 | ((file-exists-p "/usr/lib/news/inews") "/usr/lib/news/inews") | 68 | ((file-exists-p "/usr/lib/news/inews") "/usr/lib/news/inews") |
| 68 | (t "inews")) | 69 | (t "inews")) |
| 69 | "Program to post news.") | 70 | "Program to post news.") |