]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-edit-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:17:14 +0000 (15:17 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:17:14 +0000 (15:17 +0000)
lisp/mail/rmailedit.el

index a057c019b82139c29d830ba7020ab8218726c64f..ceea389cea1d828825122fcbef926f237c44272a 100644 (file)
@@ -68,7 +68,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'.
       (save-excursion
        (set-buffer rmail-summary-buffer)
        (rmail-summary-disable)))
-  (run-hooks 'rmail-edit-mode-hook))
+  (run-mode-hooks 'rmail-edit-mode-hook))
 
 (defvar rmail-old-pruned nil)
 (put 'rmail-old-pruned 'permanent-local t)