diff options
| author | Lute Kamstra | 2005-05-26 15:17:14 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-26 15:17:14 +0000 |
| commit | 7f9b6634a85fd33b4bef7bc1ffdc9644f8948797 (patch) | |
| tree | 5dbc424f6d2f7127b5d5c82c9d685945055644b3 | |
| parent | 6f9402ebb199fd60e631131cf48e8950f3dedebb (diff) | |
| download | emacs-7f9b6634a85fd33b4bef7bc1ffdc9644f8948797.tar.gz emacs-7f9b6634a85fd33b4bef7bc1ffdc9644f8948797.zip | |
(rmail-edit-mode): Use run-mode-hooks.
| -rw-r--r-- | lisp/mail/rmailedit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index a057c019b82..ceea389cea1 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -68,7 +68,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'. | |||
| 68 | (save-excursion | 68 | (save-excursion |
| 69 | (set-buffer rmail-summary-buffer) | 69 | (set-buffer rmail-summary-buffer) |
| 70 | (rmail-summary-disable))) | 70 | (rmail-summary-disable))) |
| 71 | (run-hooks 'rmail-edit-mode-hook)) | 71 | (run-mode-hooks 'rmail-edit-mode-hook)) |
| 72 | 72 | ||
| 73 | (defvar rmail-old-pruned nil) | 73 | (defvar rmail-old-pruned nil) |
| 74 | (put 'rmail-old-pruned 'permanent-local t) | 74 | (put 'rmail-old-pruned 'permanent-local t) |