changeset 76106:1d30dcf37657

(rmail-cease-edit): Restore the Rmail toolbar.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Feb 2007 20:00:31 +0000
parents 470beaab19ed
children 4ad911294f8c
files lisp/mail/rmailedit.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el	Fri Feb 23 19:28:42 2007 +0000
+++ b/lisp/mail/rmailedit.el	Fri Feb 23 20:00:31 2007 +0000
@@ -120,6 +120,7 @@
     (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.