]> git.eshelyaron.com Git - emacs.git/commit
Fix :match function for the key widget
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 19 Feb 2022 12:33:05 +0000 (13:33 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Feb 2022 12:33:32 +0000 (13:33 +0100)
commit8ccf9b52767c7634af1941c15198538313aaf2c0
tree000ce8a58cd66a500fdc9a0fb96f08ac89b63d3d
parent9fff6388b4df163990e581515892f7a09c4f728e
Fix :match function for the key widget

* lisp/wid-edit.el (key): Calling key-valid-p directly doesn't work,
because the :match function is called with the widget and the value as
arguments (bug#54049).
lisp/wid-edit.el