Remove some compat code from gnus.el

* lisp/gnus/gnus.el: Remove a check for a function that is always
defined.
This commit is contained in:
Lars Ingebrigtsen 2020-08-12 19:33:50 +02:00
parent 2b69a4df78
commit c0c24267b3

View 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)