aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/erc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 5fe4f9a80a4..d75209a0e28 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -1832,6 +1832,7 @@ removed from the list will be disabled."
1832 :get (lambda (sym) 1832 :get (lambda (sym)
1833 ;; replace outdated names with their newer equivalents 1833 ;; replace outdated names with their newer equivalents
1834 (erc-migrate-modules (symbol-value sym))) 1834 (erc-migrate-modules (symbol-value sym)))
1835 :initialize 'custom-initialize-default
1835 :set (lambda (sym val) 1836 :set (lambda (sym val)
1836 ;; disable modules which have just been removed 1837 ;; disable modules which have just been removed
1837 (when (and (boundp 'erc-modules) erc-modules val) 1838 (when (and (boundp 'erc-modules) erc-modules val)