From: Eli Zaretskii Date: Fri, 23 Feb 2007 20:00:31 +0000 (+0000) Subject: (rmail-cease-edit): Restore the Rmail toolbar. X-Git-Tag: emacs-pretest-22.0.95~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22cc1d2046b3b78115126fe3d690eb741c2aed00;p=emacs.git (rmail-cease-edit): Restore the Rmail toolbar. --- diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index cede2816391..a03edb98629 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -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.