changeset 62729:40c5f688942a

(help-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 12:51:09 +0000
parents f68140c1b23a
children a6be3267f6bd
files lisp/help-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 ()