]> git.eshelyaron.com Git - emacs.git/commitdiff
(alist): Use sexp as default key-type.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 18:45:08 +0000 (18:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 18:45:08 +0000 (18:45 +0000)
lisp/wid-edit.el

index affd9c73d791557c6a0a855e22654f8df503be96..232c2f8deb0bf0f17210adf335b36c2a3b8d27d2 100644 (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")