]> git.eshelyaron.com Git - emacs.git/commit
Preserve comments when redrawing a widget (Bug#64649)
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 15 Jul 2023 21:54:14 +0000 (18:54 -0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 20 Jul 2023 15:52:30 +0000 (18:52 +0300)
commita5a8de4099bd246a85cc776fff2e9a8b4608d40b
tree395f95d665e58e4f5d98f7f0d3a8fa7679f83b9c
parentbcb5bdc2e9abd58b8e946109a319986daec66ace
Preserve comments when redrawing a widget (Bug#64649)

* lisp/cus-edit.el (custom-comment-preserve): New function.
(custom-redraw): Use it.
(custom-comment-create): Make sure :comment-shown is set to
t if the comment widget gets created.
(custom-face-value-create, custom-variable-value-create):
Recreate the custom-comment widget with the preserved value,
if any.
lisp/cus-edit.el