aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-05-26 13:01:03 +0000
committerLute Kamstra <[email protected]>2005-05-26 13:01:03 +0000
commitd39f149d73929309b1605753b5805d6cb4f34019 (patch)
tree9d03b88846750563fe0aaab60d5fefcba4b4a0bb /lisp/info.el
parentd395b3b565e9e4d1ef0b3f6fd52e783197a1daf2 (diff)
(Info-mode, Info-edit-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index cfb44cb18f..0747245f41 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3259,7 +3259,7 @@ Advanced commands:
(set (make-local-variable 'search-whitespace-regexp)
Info-search-whitespace-regexp)
(Info-set-mode-line)
- (run-hooks 'Info-mode-hook))
+ (run-mode-hooks 'Info-mode-hook))
;; When an Info buffer is killed, make sure the associated tags buffer
;; is killed too.
@@ -3301,7 +3301,7 @@ which returns to Info mode for browsing.
(setq buffer-read-only nil)
(force-mode-line-update)
(buffer-enable-undo (current-buffer))
- (run-hooks 'Info-edit-mode-hook))
+ (run-mode-hooks 'Info-edit-mode-hook))
(defun Info-edit ()
"Edit the contents of this Info node.