projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b06af0
)
Don't enable erc modules on simply loading erc.el
author
Glenn Morris
<rgm@gnu.org>
Mon, 4 Dec 2017 02:54:08 +0000
(18:54 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 4 Dec 2017 02:54:08 +0000
(18:54 -0800)
* lisp/erc/erc.el (erc-modules): Use default :initialize. (Bug#29417)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 5fe4f9a80a4cf62bdcaef4de6b3bec742c6f89d0..d75209a0e28d89f83df95c8c98439d7165018c30 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-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)