summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-06-24 09:18:11 +0000
committerAndreas Schwab <schwab@suse.de>1998-06-24 09:18:11 +0000
commit1af2036131c8a92d9f6a0c7f0a18bbbd80f4135e (patch)
tree526772a2c08d90417f91db8eec6a006d0b27c8a8 /lisp/mail
parent16c53cdb99992c7ec4d688cdf8f00bdde09e6048 (diff)
downloademacs-1af2036131c8a92d9f6a0c7f0a18bbbd80f4135e.tar.gz
(sc-cite-region-limit): Use `other' widget
type.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/supercite.el6
1 files changed, 3 insertions, 3 deletions
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