From: Andreas Schwab Date: Wed, 24 Jun 1998 09:18:11 +0000 (+0000) Subject: (sc-cite-region-limit): Use `other' widget X-Git-Tag: emacs-20.3~487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1af2036131c8a92d9f6a0c7f0a18bbbd80f4135e;p=emacs.git (sc-cite-region-limit): Use `other' widget type. --- diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 3039dd6989c..439e4402f03 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -254,9 +254,9 @@ The gathering of attribution information is not affected by the value of this variable. The number of lines in the region is calculated *after* all mail headers are removed. This variable is only consulted during the initial citing via `sc-cite-original'." - :type '(choice (const :tag "always cite" t) - (const :tag "do not cite" nil) - (integer :tag "citation threshold")) + :type '(choice (const :tag "do not cite" nil) + (integer :tag "citation threshold") + (other :tag "always cite" t)) :group 'supercite-cite) (defcustom sc-confirm-always-p t