]> git.eshelyaron.com Git - emacs.git/commit
Fix last change to wid-edit.el
authorStephen Berman <stephen.berman@gmx.net>
Thu, 20 Jul 2023 19:51:24 +0000 (21:51 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Thu, 20 Jul 2023 19:51:24 +0000 (21:51 +0200)
commitc55e67081e9873a32b6e665e44f3e5a9c301255f
tree6cf03dbe4f7d0489cc5ae45b162fbcbbacf58186
parentc601148ded734be2920044f943c44886d144cd97
Fix last change to wid-edit.el

* lisp/wid-edit.el (widget-choose): Test for stringp instead of
char-or-string-p, since substitute-command-keys should only apply
to choice values that are strings. (Bug#64046, Message #37)
lisp/wid-edit.el