# HG changeset patch # User Eli Zaretskii # Date 1172260831 0 # Node ID 1d30dcf3765795a3367b1a6f8f14cad273f89f7f # Parent 470beaab19ed0b0198520d542b616212819d229a (rmail-cease-edit): Restore the Rmail toolbar. diff -r 470beaab19ed -r 1d30dcf37657 lisp/mail/rmailedit.el --- 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.