]> git.eshelyaron.com Git - emacs.git/commit
Warn about a bad default value in restricted-sexp widget
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 24 Oct 2020 19:40:42 +0000 (21:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Oct 2020 19:40:42 +0000 (21:40 +0200)
commitc3835bd3803e5f395c4ebf0b2585cc9272173548
tree8845900b858a89f267b73c173a4bf84af6fa4387
parentdd16e46bb9d0099baea06d780ad8f62728addc2e
Warn about a bad default value in restricted-sexp widget

* lisp/wid-edit.el (restricted-sexp widget): New :value-to-external
function.  If value is not in the internal format, then we might be
dealing with a bad default value for the widget, so display a warning
about that (bug#25152).
lisp/wid-edit.el