1
0
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:
Richard M. Stallman 1999-01-19 18:45:08 +00:00
parent f9e0762857
commit a7013a02d0

View File

@ -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")