Mercurial > emacs
changeset 57584:695a041acf6f
(news-path): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Oct 2004 06:14:45 +0000 |
parents | a928074615ea |
children | f14e6888c1ff |
files | lisp/paths.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Mon Oct 18 22:53:13 2004 +0000 +++ b/lisp/paths.el Tue Oct 19 06:14:45 2004 +0000 @@ -106,7 +106,7 @@ "/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")