]> git.eshelyaron.com Git - emacs.git/commit
Fix and extend applying substitution in widget-choose
authorStephen Berman <stephen.berman@gmx.net>
Sat, 2 Sep 2023 21:22:01 +0000 (23:22 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 2 Sep 2023 21:22:01 +0000 (23:22 +0200)
commit088fec0a1f8bf2ff5182d93ff48063cc17193037
treeb3df3bd7c9c727546eda2bb60ececb1ba9bea108
parent3dac48d1b73794d2379e233f11736d0279b0733c
Fix and extend applying substitution in widget-choose

* lisp/wid-edit.el (widget-choose): Iterate only over proper lists
when applying substitution (bug#64046, Message #53).  With simple
item definitions, apply substitution only to the item text, not to
its value (bug#64046, Message #86).  Apply substitution also to
the widget title (bug#64046, Message #92).
lisp/wid-edit.el