From: Dave Love Date: Mon, 1 Mar 1999 16:47:03 +0000 (+0000) Subject: (sc-attrib-selection-list): Fix custom type. X-Git-Tag: emacs-20.4~523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=859ce46981a1c492722e93ccd16e1a42ba6a0ec2;p=emacs.git (sc-attrib-selection-list): Fix custom type. --- diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 12d232571e1..798079a5ecc 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -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)