mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
(alist): Use sexp as default key-type.
This commit is contained in:
parent
f9e0762857
commit
a7013a02d0
@ -3337,7 +3337,7 @@ To use this type, you must define :match or :match-alternatives."
|
||||
|
||||
(define-widget 'alist 'list
|
||||
"An association list."
|
||||
:key-type '(string :tag "Key")
|
||||
:key-type '(sexp :tag "Key")
|
||||
:value-type '(sexp :tag "Value")
|
||||
:convert-widget 'widget-alist-convert-widget
|
||||
:tag "Alist")
|
||||
|
Loading…
x
Reference in New Issue
Block a user