]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-revert): Call rmail-mode after reverting
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Apr 1995 02:23:28 +0000 (02:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Apr 1995 02:23:28 +0000 (02:23 +0000)
to make sure rmail-message-vector is buffer-local.

lisp/mail/rmail.el

index 78b9163bf52e6516d06b6d35ca1bcfb8c8873ff6..fb0ed8c3f3f48e8261d249745b0952b974cabee3 100644 (file)
@@ -665,8 +665,7 @@ Instead, these commands are available:
        (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.