]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-cite-region-limit): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:18:11 +0000 (09:18 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:18:11 +0000 (09:18 +0000)
type.

lisp/mail/supercite.el

index 3039dd6989ca30124f086b4e51d66fde18bdb723..439e4402f037c1964b67e169d7e2f8a4a48a8217 100644 (file)
@@ -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