Mercurial > emacs
changeset 33792:3349ff34a331
(rmail-confirm-expunge): Default to
y-or-n-p.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 22:37:39 +0000 |
parents | 435668e914b1 |
children | 827a267b3540 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Nov 22 22:33:55 2000 +0000 +++ b/lisp/mail/rmail.el Wed Nov 22 22:37:39 2000 +0000 @@ -219,7 +219,7 @@ :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)