]> git.eshelyaron.com Git - emacs.git/commit
Fix indentation of widgets (Bug#7851)
authorMauro Aranda <maurooaranda@gmail.com>
Wed, 25 Sep 2019 12:51:18 +0000 (14:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Sep 2019 12:51:18 +0000 (14:51 +0200)
commit84567150e757ee3991a4b4f96a27080f92cb6d48
tree92812c26d159ac15ea9e5c08381e9d4691717597
parent524a8eb7307b3efc1124c35014b46ecb2f99818f
Fix indentation of widgets (Bug#7851)

* lisp/wid-edit.el (widget--should-indent-p): New function, to decide
whether to indent or not.
(widget-checklist-value-add-item, widget-radio-add-item)
(widget-editable-list-format-handler)
(widget-editable-list-entry-create)
(widget-group-value-create): Use it (bug#7851).
lisp/wid-edit.el