]> git.eshelyaron.com Git - emacs.git/commit
New :type key for defcustom
authorStefan Kangas <stefan@marxist.se>
Sun, 2 Jan 2022 15:46:02 +0000 (16:46 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 2 Jan 2022 15:46:02 +0000 (16:46 +0100)
commit984391a9dc384627533758f6fced219b5381c91f
tree8bd0d4705a6c19d506427bede9b93fd5ca4487ea
parentb2167d98432a78442522b7564e22f47d75a98b6f
New :type key for defcustom

As compared to the old type key-sequence that deals with raw key
sequences, this :type conforms to the format used by the new keymap-*
functions.
* lisp/wid-edit.el (key): New widget type.  (Bug#52523)
(widget-key-prompt-value-history): New variable.
(widget-key-validate): New function.
(key-sequence): Doc fix.
* doc/lispref/customize.texi (Simple Types): Document above new type.
doc/lispref/customize.texi
etc/NEWS
lisp/wid-edit.el