aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1999-01-19 18:45:08 +0000
committerRichard M. Stallman <[email protected]>1999-01-19 18:45:08 +0000
commita7013a02d0a0d03e1d2f9108d6867290d7cb5a30 (patch)
tree4a26f9312488f580054002cf7034c3e8452dcc84 /lisp
parentf9e076285747c6253d03445cb659d037d4b0728a (diff)
(alist): Use sexp as default key-type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/wid-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index affd9c73d7..232c2f8deb 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -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")