diff options
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 |