; Remove obsolete :options value from erc-mode-hook

* lisp/erc/erc.el (erc-mode-hook): Remove `erc-add-scroll-to-bottom'
from :options list because the function has been deprecated.
This commit is contained in:
F. Jason Park 2025-02-01 17:57:56 -08:00
parent 669bb2eaf5
commit fb53de0c06

View file

@ -1272,10 +1272,11 @@ particular sessions and/or `let'-bound for spells."
:group 'erc)
(defcustom erc-mode-hook nil
"Hook run after `erc-mode' setup is finished."
"Hook run after `erc-mode' setup is finished.
Members should be robust enough to run in any order and not depend on
hook depth."
:group 'erc-hooks
:type 'hook
:options '(erc-add-scroll-to-bottom))
:type 'hook)
(defcustom erc-timer-hook nil
"Abnormal hook run after each response handler.