(news-path): Fix previous change.
This commit is contained in:
parent
7a6b6cce54
commit
b18ba80e4b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-19 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* paths.el (news-path): Fix previous change.
|
||||
|
||||
2004-10-18 David Ponce <david@dponce.com>
|
||||
|
||||
* mouse.el (mouse-drag-move-window-top): New function.
|
||||
|
|
|
@ -106,7 +106,7 @@ the environment variable INFOPATH is set.")
|
|||
"/usr/spool/news/"
|
||||
"/var/spool/news/")
|
||||
"The root directory below which all news files are stored.")
|
||||
(defalias 'news-path 'news-directory)
|
||||
(defvaralias 'news-path 'news-directory)
|
||||
|
||||
(defvar news-inews-program
|
||||
(cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews")
|
||||
|
|
Loading…
Add table
Reference in a new issue