From 859ce46981a1c492722e93ccd16e1a42ba6a0ec2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 1 Mar 1999 16:47:03 +0000 Subject: [PATCH] (sc-attrib-selection-list): Fix custom type. --- lisp/mail/supercite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2