Mercurial > emacs
changeset 22592:17e17690ab4e
(sc-cite-region-limit): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:18:11 +0000 |
parents | ab11b5ffa8de |
children | 2407b3d241a6 |
files | lisp/mail/supercite.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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