]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-attrib-selection-list): Fix custom type.
authorDave Love <fx@gnu.org>
Mon, 1 Mar 1999 16:47:03 +0000 (16:47 +0000)
committerDave Love <fx@gnu.org>
Mon, 1 Mar 1999 16:47:03 +0000 (16:47 +0000)
lisp/mail/supercite.el

index 12d232571e12f606a8caec4978b945716aa0a9f5..798079a5eccf94fd1e758e3260c31163552e8f69 100644 (file)
@@ -419,7 +419,7 @@ and the return value must be a string, which is used as the selected
 attribution.  Note that the variable `sc-preferred-attribution-list'
 must contain an element of the string \"sc-consult\" for this variable
 to be consulted during attribution selection."
-  :type '(repeat (list symbol (repeat (cons regexp
+  :type '(repeat (list string (repeat (cons regexp
                                            (choice (repeat (repeat sexp))
                                                    symbol)))))
   :group 'supercite-attr)