aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-19 06:15:15 +0000
committerRichard M. Stallman2004-10-19 06:15:15 +0000
commitb18ba80e4b2e587a54038f51cb09bc9acaa27976 (patch)
treea61ddbc29a17ff7e9aa9f55512d11e4bbda4db2a
parent7a6b6cce54820af5ab876fdbb253f8eecee37060 (diff)
downloademacs-b18ba80e4b2e587a54038f51cb09bc9acaa27976.tar.gz
emacs-b18ba80e4b2e587a54038f51cb09bc9acaa27976.zip
(news-path): Fix previous change.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/paths.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eaa71c4abad..d6643aac66c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12004-10-19 Richard M. Stallman <rms@gnu.org>
2
3 * paths.el (news-path): Fix previous change.
4
12004-10-18 David Ponce <david@dponce.com> 52004-10-18 David Ponce <david@dponce.com>
2 6
3 * mouse.el (mouse-drag-move-window-top): New function. 7 * 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.")
106 "/usr/spool/news/" 106 "/usr/spool/news/"
107 "/var/spool/news/") 107 "/var/spool/news/")
108 "The root directory below which all news files are stored.") 108 "The root directory below which all news files are stored.")
109(defalias 'news-path 'news-directory) 109(defvaralias 'news-path 'news-directory)
110 110
111(defvar news-inews-program 111(defvar news-inews-program
112 (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews") 112 (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews")