]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-confirm-expunge): Default to
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 22:37:39 +0000 (22:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 22:37:39 +0000 (22:37 +0000)
y-or-n-p.

lisp/mail/rmail.el

index b603148e6634981952864d577edce87999b0cd7f..1b1006f63cf2b9d88756ca564b5e84eca09e0673 100644 (file)
@@ -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)