From: Eric Abrahamsen Date: Thu, 25 Jul 2019 16:16:01 +0000 (-0700) Subject: Leave note about removing gnus-start-news-server X-Git-Tag: emacs-27.0.90~1817^2~131^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b;p=emacs.git 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. --- 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." (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