]> git.eshelyaron.com Git - emacs.git/commit
Keep the user theme in sync when marking a variable as set
authorMauro Aranda <maurooaranda@gmail.com>
Thu, 27 Aug 2020 14:22:35 +0000 (16:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Aug 2020 14:22:35 +0000 (16:22 +0200)
commit01819490b6964b2f60782e4b836c60f5cce58d84
tree6b9c93f5dd66b18db25d674680875b880caa984c
parent19bff57f609854f257780f20043e96fb2eddc713
Keep the user theme in sync when marking a variable as set

* lisp/custom.el (customize-mark-as-set): Keep the user theme in sync
even if the new value of the variable is the saved-value or the
standard-value.  If we don't do this, custom themes might end up
stepping over the user preferences in a session (bug#28904).
lisp/custom.el