changeset 11497:c98433c64db1

(rmail-revert): Call rmail-mode after reverting to make sure rmail-message-vector is buffer-local.
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Apr 1995 02:23:28 +0000
parents db02849ee365
children da7bbadf9999
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Wed Apr 19 21:04:01 1995 +0000
+++ b/lisp/mail/rmail.el	Thu Apr 20 02:23:28 1995 +0000
@@ -665,8 +665,7 @@
 	(progn
 	  (rmail-convert-file)
 	  (goto-char (point-max))
-	  (rmail-set-message-counters)
-	  (rmail-show-message)))))
+	  (rmail-mode)))))
 
 ;; Return a list of files from this buffer's Mail: option.
 ;; Does not assume that messages have been parsed.