summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-19 06:15:15 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-19 06:15:15 +0000
commitb18ba80e4b2e587a54038f51cb09bc9acaa27976 (patch)
treea61ddbc29a17ff7e9aa9f55512d11e4bbda4db2a /lisp/paths.el
parent7a6b6cce54820af5ab876fdbb253f8eecee37060 (diff)
downloademacs-b18ba80e4b2e587a54038f51cb09bc9acaa27976.tar.gz
(news-path): Fix previous change.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
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")