]> git.eshelyaron.com Git - emacs.git/commit
Require custom values of `boolean` type to be nil or t
authorMattias Engdegård <mattiase@acm.org>
Mon, 24 Apr 2023 14:03:47 +0000 (16:03 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 24 Apr 2023 14:03:47 +0000 (16:03 +0200)
commit613591f3846405d8b9e54b65951aaddd45369b7b
tree17bc3138a65b4af34d3d1e8dbb49a0fe631bdc18
parent2ef6f943abd41747aa733c0f51e08dfd44ddb82a
Require custom values of `boolean` type to be nil or t

This helps detecting mistakes in types and/or initial values.

* lisp/wid-edit.el (boolean): Add :match function.
lisp/wid-edit.el