]> git.eshelyaron.com Git - emacs.git/commit
Respect :must-match for file types in customization buffers
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 30 Aug 2020 13:55:19 +0000 (15:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 30 Aug 2020 15:03:11 +0000 (17:03 +0200)
commit34e7617365f16f9dfa6f31f968a0b5dee6d7d54b
tree15a8cd7c576fdb2165b0e401e590e2ac1fd54239
parentdd910dd2f84752e03ab369fa3e967e1d0086f16a
Respect :must-match for file types in customization buffers

* lisp/wid-edit.el (file widget): Add a :match and a :validate
function to the 'file widget, to be able to check if the widget
value is an existent file, when required (bug#25678).
lisp/wid-edit.el