]> git.eshelyaron.com Git - emacs.git/commitdiff
(news-path): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 06:15:15 +0000 (06:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 06:15:15 +0000 (06:15 +0000)
lisp/ChangeLog
lisp/paths.el

index eaa71c4abadfe244931a0e2183248f6b6de83c26..d6643aac66cc5bbeda47d0ebc6ad94fcf337eb71 100644 (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.
index 5611246ac8b4348bedc3461e396854aa2673afb9..e3fac711b43b6ad82b0dfc2e4cf40f8b75752ea8 100644 (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")