From: Richard M. Stallman Date: Tue, 19 Oct 2004 06:15:15 +0000 (+0000) Subject: (news-path): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~4493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b18ba80e4b2e587a54038f51cb09bc9acaa27976;p=emacs.git (news-path): Fix previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaa71c4abad..d6643aac66c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-10-19 Richard M. Stallman + + * paths.el (news-path): Fix previous change. + 2004-10-18 David Ponce * mouse.el (mouse-drag-move-window-top): New function. diff --git a/lisp/paths.el b/lisp/paths.el index 5611246ac8b..e3fac711b43 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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")