# HG changeset patch # User Andreas Schwab # Date 898679891 0 # Node ID 17e17690ab4e74eea8f09c94eb018367775950a0 # Parent ab11b5ffa8dee3ce08d9e7e5ca7f56dbbd62375b (sc-cite-region-limit): Use `other' widget type. diff -r ab11b5ffa8de -r 17e17690ab4e lisp/mail/supercite.el --- a/lisp/mail/supercite.el Wed Jun 24 09:17:20 1998 +0000 +++ b/lisp/mail/supercite.el Wed Jun 24 09:18:11 1998 +0000 @@ -254,9 +254,9 @@ 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