Mercurial > emacs
diff lisp/mail/supercite.el @ 24426:2923e49edbdd
(sc-attrib-selection-list): Fix custom type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 01 Mar 1999 16:47:03 +0000 |
parents | d5b24acb8f9b |
children | 8f10db1e779a |
line wrap: on
line diff
--- a/lisp/mail/supercite.el Mon Mar 01 11:52:54 1999 +0000 +++ b/lisp/mail/supercite.el Mon Mar 01 16:47:03 1999 +0000 @@ -419,7 +419,7 @@ 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)