diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-24 00:11:19 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-24 00:11:19 -0700 |
commit | f8815e4c9b3006c2dd4727d8c602c9afc7c65a8c (patch) | |
tree | cfeed5568c6897af161451abb0b1f394a96baf77 /lisp/paths.el | |
parent | c8f3b42c71188f634f645aaeac2c656bf5d2691f (diff) | |
download | emacs-f8815e4c9b3006c2dd4727d8c602c9afc7c65a8c.tar.gz |
No need to define gnus-default-nntp-server in paths.el
Don't see a need for this to be autoloaded, since it is only used in
gnus.el (in one place, as a fallback). Maybe it should be obsolete?
* paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
* gnus/gnus.el (gnus-default-nntp-server): Make it a defcustom.
Merge in doc from paths.el version.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 670da89b5dd..f343809b79e 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -118,12 +118,6 @@ the environment variable INFOPATH is set.") (t "inews"))) "Program to post news.") -;; set this to your local server -(defvar gnus-default-nntp-server (purecopy "") "\ -The name of the host running an NNTP server. -The null string means use the local host as the server site.") - - (defcustom remote-shell-program (purecopy (cond |