From 771e5387963d48da5ffb86eae4232468f131e3bb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Nov 2000 22:37:39 +0000 Subject: [PATCH] (rmail-confirm-expunge): Default to y-or-n-p. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5