aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc')
-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 eee79464a9a..bda8dc1e714 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -1850,6 +1850,7 @@ removed from the list will be disabled."
1850 :get (lambda (sym) 1850 :get (lambda (sym)
1851 ;; replace outdated names with their newer equivalents 1851 ;; replace outdated names with their newer equivalents
1852 (erc-migrate-modules (symbol-value sym))) 1852 (erc-migrate-modules (symbol-value sym)))
1853 :initialize 'custom-initialize-default
1853 :set (lambda (sym val) 1854 :set (lambda (sym val)
1854 ;; disable modules which have just been removed 1855 ;; disable modules which have just been removed
1855 (when (and (boundp 'erc-modules) erc-modules val) 1856 (when (and (boundp 'erc-modules) erc-modules val)