From 22cc1d2046b3b78115126fe3d690eb741c2aed00 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 23 Feb 2007 20:00:31 +0000 Subject: [PATCH] (rmail-cease-edit): Restore the Rmail toolbar. --- lisp/mail/rmailedit.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5