diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmailedit.el | 1 |
1 files changed, 1 insertions, 0 deletions
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'. | |||
| 120 | (force-mode-line-update) | 120 | (force-mode-line-update) |
| 121 | (kill-all-local-variables) | 121 | (kill-all-local-variables) |
| 122 | (rmail-mode-1) | 122 | (rmail-mode-1) |
| 123 | (set (make-local-variable 'tool-bar-map) rmail-tool-bar-map) | ||
| 123 | (rmail-variables) | 124 | (rmail-variables) |
| 124 | ;; As the local value of save-buffer-coding-system is changed by | 125 | ;; As the local value of save-buffer-coding-system is changed by |
| 125 | ;; rmail-variables, we restore the original value. | 126 | ;; rmail-variables, we restore the original value. |