mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.
This commit is contained in:
parent
cca176a050
commit
091d17573d
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue