]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some compat code from gnus.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Aug 2020 17:33:50 +0000 (19:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Aug 2020 17:54:48 +0000 (19:54 +0200)
* lisp/gnus/gnus.el: Remove a check for a function that is always
defined.

lisp/gnus/gnus.el

index 68e2ce772c24f443d26ea80107966f04298082da..cecf4d4fb49ac7e9b77c3c00cc8466e4587eb2e1 100644 (file)
@@ -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)