changeset 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 61c6b3be1d51
children 2e934ac8ac38
files lisp/mail/supercite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)