From: Lute Kamstra Date: Thu, 26 May 2005 15:17:14 +0000 (+0000) Subject: (rmail-edit-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f9b6634a85fd33b4bef7bc1ffdc9644f8948797;p=emacs.git (rmail-edit-mode): Use run-mode-hooks. --- 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'. (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)