]> git.eshelyaron.com Git - emacs.git/commit
Make sure we only act on edited widgets in Custom-save
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 14 Aug 2020 14:40:40 +0000 (16:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Aug 2020 14:40:40 +0000 (16:40 +0200)
commit5c39f6f1165a33f5714eedd3a413f786dffbb5a2
tree72fbfab0082764460f3f40a46655c7bba42f06ff
parent93136b980ade2bdd1053128ce103c7ac53a2ad0e
Make sure we only act on edited widgets in Custom-save

* lisp/cus-edit.el (Custom-save): Only act on edited widgets in the
buffer.  If we attempt to redraw all widgets, we confuse
custom-variable-modified-p, or we end up drawing State buttons for
all options, including the hidden ones (bug#42801).
lisp/cus-edit.el