emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 498be6a: Leave note about removing gnus-start-news-


From: Eric Abrahamsen
Subject: [Emacs-diffs] master 498be6a: Leave note about removing gnus-start-news-server
Date: Thu, 25 Jul 2019 12:16:29 -0400 (EDT)

branch: master
commit 498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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.
---
 lisp/gnus/gnus-int.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el
index e23e53b..b27a8a1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]