]> git.eshelyaron.com Git - emacs.git/commit
Do not remove unbound variables or faces when modifying a custom-theme
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 4 Sep 2020 13:35:41 +0000 (15:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Sep 2020 13:35:41 +0000 (15:35 +0200)
commit6dcfabea97f54c0d875b89b403a4669bfe483211
treed072f833eb470f04343e3dbca15ee298ad91c7fd
parent93d8ee1d6b2de28396e35ae9687f4bf66d19c5a7
Do not remove unbound variables or faces when modifying a custom-theme

* lisp/cus-theme.el (custom-theme-write-variables
custom-theme-write-faces): Remove check for a bound symbol or for a
face name, so saving a theme does not remove not yet defined variables
or faces (bug#24727).
lisp/cus-theme.el