]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-cease-edit): Restore the Rmail toolbar.
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Feb 2007 20:00:31 +0000 (20:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Feb 2007 20:00:31 +0000 (20:00 +0000)
lisp/mail/rmailedit.el

index cede2816391fefe60e3bc20e90c92a0e0d50b5e2..a03edb9862978dc72f8c916a0346eb3b6b5f1c64 100644 (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.