]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-cease-edit): Run rmail-mode-hook.
authorGerd Moellmann <gerd@gnu.org>
Thu, 18 Nov 1999 13:11:37 +0000 (13:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 18 Nov 1999 13:11:37 +0000 (13:11 +0000)
lisp/mail/rmailedit.el

index 76994d4fb611d3571e1abb241bd9e455f8271fa8..144b81a6470525cf1b9b40265a1ca9f8248d1f54 100644 (file)
@@ -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 ()