(news-path): Fix previous change.

This commit is contained in:
Richard M. Stallman 2004-10-19 06:15:15 +00:00
parent 7a6b6cce54
commit b18ba80e4b
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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")