diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-24 00:27:24 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-24 00:27:24 -0700 |
commit | 61a583cade865fa455cc4a533c44e48eb5ec9f30 (patch) | |
tree | d55ee8d9a190ba8355d57851a0e0b34b8b7001fc /lisp/paths.el | |
parent | 98e15937bea2f34f8020fec43a8ddb8197fef3db (diff) | |
download | emacs-61a583cade865fa455cc4a533c44e48eb5ec9f30.tar.gz |
* paths.el (news-directory, news-path): Move to gnus/nnspool.el.
* gnus/nnspool.el (news-directory, news-path): Move here from paths.el.
Don't see a need for these to be autoloaded. This file is the only
place that uses them, to init another variable.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index f343809b79e..ec5b3f4c5dd 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -101,13 +101,6 @@ This variable `Info-default-directory-list' is used as the default for initializing `Info-directory-list' when Info is started, unless the environment variable INFOPATH is set.") -(defvar news-directory - (purecopy (if (file-exists-p "/usr/spool/news/") - "/usr/spool/news/" - "/var/spool/news/")) - "The root directory below which all news files are stored.") -(defvaralias 'news-path 'news-directory) - (defvar news-inews-program (purecopy (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews") |