From 09cefa66eea8ff0dd30ec0258588633866b83b85 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 12 Dec 2000 14:52:36 +0000 Subject: [PATCH] (rmail-summary-expunge) (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed instead of rmail-confirm-expunge. --- lisp/mail/rmailsum.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 3069142ede0..7a5304da6f4 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1210,7 +1210,7 @@ move to the previous message." (interactive) (save-excursion (set-buffer rmail-buffer) - (when (rmail-confirm-expunge) + (when (rmail-expunge-confirmed) (rmail-only-expunge))) (rmail-update-summary)) @@ -1219,7 +1219,7 @@ move to the previous message." (interactive) (save-excursion (set-buffer rmail-buffer) - (when (rmail-confirm-expunge) + (when (rmail-expunge-confirmed) (rmail-only-expunge))) (rmail-update-summary) (save-excursion -- 2.39.2