diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-12 19:33:50 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-12 19:54:48 +0200 |
commit | c0c24267b378e33c5c78dd347e2bb912cb81ce42 (patch) | |
tree | 8dacf131d9d7a7eeda05ef8f1bc0f25270b38d65 /lisp/gnus/gnus.el | |
parent | 2b69a4df78fcca44387368583e170db860f0013b (diff) | |
download | emacs-c0c24267b378e33c5c78dd347e2bb912cb81ce42.tar.gz |
Remove some compat code from gnus.el
* lisp/gnus/gnus.el: Remove a check for a function that is always
defined.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 3 |
1 files changed, 1 insertions, 2 deletions
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) |