(rmail-cease-edit): Restore the Rmail toolbar.

This commit is contained in:
Eli Zaretskii 2007-02-23 20:00:31 +00:00
parent 617a675699
commit 22cc1d2046

View file

@ -120,6 +120,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'.
(force-mode-line-update)
(kill-all-local-variables)
(rmail-mode-1)
(set (make-local-variable 'tool-bar-map) rmail-tool-bar-map)
(rmail-variables)
;; As the local value of save-buffer-coding-system is changed by
;; rmail-variables, we restore the original value.