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:
parent
2b69a4df78
commit
c0c24267b3
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue