mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
5381c70b7aIn windows.texi mention special splitting behavior of side...46d62b9f36* lisp/gnus/gnus-group.el (gnus-group-mode-map): Bind [fol...1ef1dbdbc5Avoid compilation warning in xterm.c5cf3c26f2d* README: Document all the top-level directories. (Bug#29...e9ea2065a8Don't enable erc modules on simply loading erc.el
This commit is contained in:
commit
0667d7a160
5 changed files with 14 additions and 4 deletions
|
|
@ -1850,6 +1850,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue