From ccc341de409bf899e9696246ed1fa8a746f3e4ee Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Feb 1994 04:26:28 +0000 Subject: [PATCH] (rmail-summary-expunge-and-save): Mark summary buffer as unmodified. --- lisp/mail/rmailsum.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 2a23cdd0b8f..0633bbd82ac 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -817,7 +817,8 @@ Commands for sorting the summary: (rmail-update-summary) (save-excursion (set-buffer rmail-buffer) - (save-buffer))) + (save-buffer)) + (set-buffer-modified-p nil)) (defun rmail-summary-get-new-mail () "Get new mail and recompute summary headers." -- 2.39.5