(Man-mode): Run Man-mode-hook.
This commit is contained in:
parent
a857ed136a
commit
526504b86f
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue