aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-22 22:37:39 +0000
committerGerd Moellmann <[email protected]>2000-11-22 22:37:39 +0000
commit771e5387963d48da5ffb86eae4232468f131e3bb (patch)
treed126b879dd0238bdcf42ce95d1b85849519003b7
parent1dd6a7adbf14dcbff24643273441fd94dfe2d35a (diff)
(rmail-confirm-expunge): Default to
y-or-n-p.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index b603148e66..1b1006f63c 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -219,7 +219,7 @@ and the value of the environment variable MAIL overrides it)."
:group 'rmail-files)
;;;###autoload
-(defcustom rmail-confirm-expunge 'yes-or-no-p
+(defcustom rmail-confirm-expunge 'y-or-n-p
"*Whether and how to ask for confirmation before expunging deleted messages."
:type '(choice (const :tag "No confirmation" nil)
(const :tag "Confirm with y-or-n-p" y-or-n-p)