# HG changeset patch # User Dave Love # Date 920306823 0 # Node ID 2923e49edbdd6d5115ed2d55d939e8a03dfa734a # Parent 61c6b3be1d516c350fb6e077940a3d6ef01b23e6 (sc-attrib-selection-list): Fix custom type. diff -r 61c6b3be1d51 -r 2923e49edbdd lisp/mail/supercite.el --- 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)