Don't enable erc modules on simply loading erc.el
* lisp/erc/erc.el (erc-modules): Use default :initialize. (Bug#29417)
This commit is contained in:
@@ -1832,6 +1832,7 @@ removed from the list will be disabled."
|
||||
:get (lambda (sym)
|
||||
;; replace outdated names with their newer equivalents
|
||||
(erc-migrate-modules (symbol-value sym)))
|
||||
:initialize 'custom-initialize-default
|
||||
:set (lambda (sym val)
|
||||
;; disable modules which have just been removed
|
||||
(when (and (boundp 'erc-modules) erc-modules val)
|
||||
|
||||
Reference in New Issue
Block a user