aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-10 17:48:36 +0000
committerRichard M. Stallman <[email protected]>1993-06-10 17:48:36 +0000
commit526504b86fc5ce607bbc0cd845e4031dea815abe (patch)
treee6824581f3244b15b390d95b2fdafe4bf0edad1d /lisp
parenta857ed136a598e746a3d5ecd6cddc577f5b4c1a6 (diff)
(Man-mode): Run Man-mode-hook.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/man.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 74d4220899..3b40ab02d0 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -559,7 +559,8 @@ The following key bindings are currently in effect in the buffer:
(use-local-map Man-mode-map)
(goto-char (point-min))
(Man-build-page-list)
- (Man-goto-page 1))
+ (Man-goto-page 1)
+ (run-hooks 'Man-mode-hook))
(defun Man-build-section-alist ()
"Build the association list of manpage sections."