From b18ba80e4b2e587a54038f51cb09bc9acaa27976 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Oct 2004 06:15:15 +0000 Subject: [PATCH] (news-path): Fix previous change. --- lisp/ChangeLog | 4 ++++ lisp/paths.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.39.5