From: Gerd Moellmann Date: Wed, 22 Nov 2000 22:37:39 +0000 (+0000) Subject: (rmail-confirm-expunge): Default to X-Git-Tag: emacs-pretest-21.0.92~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=771e5387963d48da5ffb86eae4232468f131e3bb;p=emacs.git (rmail-confirm-expunge): Default to y-or-n-p. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index b603148e663..1b1006f63cf 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)