]> git.eshelyaron.com Git - emacs.git/commit
Give a warning if setopt has been used with an invalid value
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2022 17:32:37 +0000 (19:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2022 17:33:24 +0000 (19:33 +0200)
commit6d8638e5e494fb0ceafffe19bbf349fff643e12d
tree5516261421fca0015b97667f9caaa4573fb68b33
parent99872bedf07315f642d143feaed9075a7ea20cba
Give a warning if setopt has been used with an invalid value

* lisp/cus-edit.el (setopt--set): Mark the variable for checking.

* lisp/custom.el (custom-initialize-reset): Give a warning if the
type is wrong (bug#56400).

* lisp/wid-edit.el (widget-convert): Autoload.
lisp/cus-edit.el
lisp/custom.el
lisp/wid-edit.el