mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(news-inews-program): Look for /usr/contrib/lib/news/inews.
This commit is contained in:
parent
5e70d78de3
commit
c40c2f9dd4
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ for initializing `Info-directory-list' when Info is started.")
|
|||
(cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews")
|
||||
((file-exists-p "/usr/local/inews") "/usr/local/inews")
|
||||
((file-exists-p "/usr/local/bin/inews") "/usr/local/bin/inews")
|
||||
((file-exists-p "/usr/contrib/lib/news/inews") "/usr/contrib/lib/news/inews")
|
||||
((file-exists-p "/usr/lib/news/inews") "/usr/lib/news/inews")
|
||||
(t "inews"))
|
||||
"Program to post news.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue