From: Gerd Moellmann Date: Thu, 18 Nov 1999 13:11:37 +0000 (+0000) Subject: (rmail-cease-edit): Run rmail-mode-hook. X-Git-Tag: emacs-pretest-21.0.90~6065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd84ce869a05568f0a416a53bd90adf961427e55;p=emacs.git (rmail-cease-edit): Run rmail-mode-hook. --- diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 76994d4fb61..144b81a6470 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -134,6 +134,7 @@ to return to regular RMAIL: (save-excursion (rmail-show-message) (rmail-toggle-header (if rmail-old-pruned 1 0)))) + (run-hooks 'rmail-mode-hook) (setq buffer-read-only t)) (defun rmail-abort-edit ()