1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Eric Abrahamsen 2019-07-25 09:16:01 -07:00
parent 0cbdbac2bb
commit 498be6a6dd

View file

@ -63,6 +63,8 @@ server denied."
(const :tag "Deny server" denied)
(const :tag "Unplug Agent" offline)))
;; Note: When this option is finally removed, also remove the entire
;; `gnus-start-news-server' function.
(defcustom gnus-nntp-server nil
"The name of the host running the NNTP server."
:group 'gnus-server