summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-03-01 16:47:03 +0000
committerDave Love <fx@gnu.org>1999-03-01 16:47:03 +0000
commit859ce46981a1c492722e93ccd16e1a42ba6a0ec2 (patch)
tree3297dca4065f1623a3a867544a57bfe0abdf35ad /lisp/mail/supercite.el
parent39787efd638454ea6ebd29c113b19df3498f7dfa (diff)
downloademacs-859ce46981a1c492722e93ccd16e1a42ba6a0ec2.tar.gz
(sc-attrib-selection-list): Fix custom type.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
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)