diff lisp/help-mode.el @ 62729:40c5f688942a

(help-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 12:51:09 +0000
parents c051115aeb95
children 06603f5724ed 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/help-mode.el	Thu May 26 12:50:09 2005 +0000
+++ b/lisp/help-mode.el	Thu May 26 12:51:09 2005 +0000
@@ -196,7 +196,7 @@
   (view-mode)
   (make-local-variable 'view-no-disable-on-exit)
   (setq view-no-disable-on-exit t)
-  (run-hooks 'help-mode-hook))
+  (run-mode-hooks 'help-mode-hook))
 
 ;;;###autoload
 (defun help-mode-setup ()