(rmail-revert): Call rmail-mode after reverting

to make sure rmail-message-vector is buffer-local.
This commit is contained in:
Richard M. Stallman 1995-04-20 02:23:28 +00:00
parent cca176a050
commit 091d17573d

View 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.