]> git.eshelyaron.com Git - emacs.git/commit
Do not reset settings when disabling a theme
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 30 May 2021 12:35:13 +0000 (09:35 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Sun, 30 May 2021 12:35:13 +0000 (09:35 -0300)
commit15f46b9669fe93c62b5749e3326d4124188f54cd
treedbe7e32fe3ec230507f1e073d782cbd4496aea7c
parent23ad0f0c5adbeda9a0bd346138e2950cb5e5a136
Do not reset settings when disabling a theme

* lisp/custom.el (disable-theme): Don't call custom-push-theme, since
that resets the theme settings and it isn't useful: we only need to
remove the theme setting from the themed variable or face.  This fixes
a regression when "toggling" themes, introduced while fixing Bug#34027.
(Bug#48736)
lisp/custom.el