]> git.eshelyaron.com Git - emacs.git/commit
Fix saving a face setting with Customize
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 1 Nov 2020 13:10:08 +0000 (10:10 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Sun, 1 Nov 2020 13:10:08 +0000 (10:10 -0300)
commitecec9a259b13d88fa23dde078fba99ae78ef79c7
treeee58c55fe73a76522193a7681c36d465effc12f7
parent43a1b79f56cb1ac6530e8b41f3c329890a00a8f6
Fix saving a face setting with Customize

* lisp/cus-edit.el (custom-face-save): Make sure we back up into the
:shown-value property what the user has edited so far, if we are going
to recreate the custom-face widget.  (Bug#44331)
lisp/cus-edit.el