# HG changeset patch # User Lute Kamstra # Date 1117111869 0 # Node ID 40c5f688942a7333a987e95201eb35e62247c63a # Parent f68140c1b23a0a1fb0c4c80fcad422018187c659 (help-mode): Use run-mode-hooks. diff -r f68140c1b23a -r 40c5f688942a lisp/help-mode.el --- 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 ()