changeset 5861:882894a8c217

(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Feb 1994 04:26:28 +0000
parents ba1ff614b8f2
children 0449645855c3
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Wed Feb 09 04:25:48 1994 +0000
+++ b/lisp/mail/rmailsum.el	Wed Feb 09 04:26:28 1994 +0000
@@ -817,7 +817,8 @@
   (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."