emacs-diffs
[Top][All Lists]
Advanced

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

master c0c2426 1/5: Remove some compat code from gnus.el


From: Lars Ingebrigtsen
Subject: master c0c2426 1/5: Remove some compat code from gnus.el
Date: Wed, 12 Aug 2020 13:54:56 -0400 (EDT)

branch: master
commit c0c24267b378e33c5c78dd347e2bb912cb81ce42
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove some compat code from gnus.el
    
    * lisp/gnus/gnus.el: Remove a check for a function that is always
    defined.
---
 lisp/gnus/gnus.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 68e2ce7..cecf4d4 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1029,8 +1029,7 @@ Check the NNTPSERVER environment variable and the
 
 ;; `M-x customize-variable RET gnus-select-method RET' should work without
 ;; starting or even loading Gnus.
-;;;###autoload(when (fboundp 'custom-autoload)
-;;;###autoload  (custom-autoload 'gnus-select-method "gnus"))
+;;;###autoload(custom-autoload 'gnus-select-method "gnus")
 
 (defcustom gnus-select-method
   (list 'nntp (or (gnus-getenv-nntpserver)



reply via email to

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