]> code.delx.au - gnu-emacs/commitdiff
(Man-mode): Run Man-mode-hook.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Jun 1993 17:48:36 +0000 (17:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Jun 1993 17:48:36 +0000 (17:48 +0000)
lisp/man.el

index 74d42208995b267a1070599b82ce5a7e80298578..3b40ab02d06633b09fcb0582311dc71a9b65d888 100644 (file)
@@ -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."