aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Abrahamsen2019-07-25 09:16:01 -0700
committerEric Abrahamsen2019-07-25 09:16:01 -0700
commit498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b (patch)
tree7faa65550c908896822f789c3616ce8a53e11e12
parent0cbdbac2bbc0ade799711cd70d3d59aee3db9cef (diff)
downloademacs-498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b.tar.gz
emacs-498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b.zip
Leave note about removing gnus-start-news-server
* lisp/gnus/gnus-int.el (gnus-nntp-server): Once this option is gone, that whole function can go.
-rw-r--r--lisp/gnus/gnus-int.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el
index e23e53b1ef5..b27a8a18ebf 100644
--- a/lisp/gnus/gnus-int.el
+++ b/lisp/gnus/gnus-int.el
@@ -63,6 +63,8 @@ server denied."
63 (const :tag "Deny server" denied) 63 (const :tag "Deny server" denied)
64 (const :tag "Unplug Agent" offline))) 64 (const :tag "Unplug Agent" offline)))
65 65
66;; Note: When this option is finally removed, also remove the entire
67;; `gnus-start-news-server' function.
66(defcustom gnus-nntp-server nil 68(defcustom gnus-nntp-server nil
67 "The name of the host running the NNTP server." 69 "The name of the host running the NNTP server."
68 :group 'gnus-server 70 :group 'gnus-server