From: Lars Ingebrigtsen Date: Wed, 12 Aug 2020 17:33:50 +0000 (+0200) Subject: Remove some compat code from gnus.el X-Git-Tag: emacs-28.0.90~6641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0c24267b378e33c5c78dd347e2bb912cb81ce42;p=emacs.git Remove some compat code from gnus.el * lisp/gnus/gnus.el: Remove a check for a function that is always defined. --- diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 68e2ce772c2..cecf4d4fb49 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)