diff options
| author | Richard M. Stallman | 2004-10-19 06:15:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-19 06:15:15 +0000 |
| commit | b18ba80e4b2e587a54038f51cb09bc9acaa27976 (patch) | |
| tree | a61ddbc29a17ff7e9aa9f55512d11e4bbda4db2a | |
| parent | 7a6b6cce54820af5ab876fdbb253f8eecee37060 (diff) | |
| download | emacs-b18ba80e4b2e587a54038f51cb09bc9acaa27976.tar.gz emacs-b18ba80e4b2e587a54038f51cb09bc9acaa27976.zip | |
(news-path): Fix previous change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/paths.el | 2 |
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 @@ | |||
| 1 | 2004-10-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * paths.el (news-path): Fix previous change. | ||
| 4 | |||
| 1 | 2004-10-18 David Ponce <david@dponce.com> | 5 | 2004-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") |