# HG changeset patch # User Richard M. Stallman # Date 739734516 0 # Node ID 062dbb10173d6ba5e8051622af40e9cee069cecd # Parent 58f653fa4e5ba27110d8ce71592753463a673027 (Man-mode): Run Man-mode-hook. diff -r 58f653fa4e5b -r 062dbb10173d lisp/man.el --- a/lisp/man.el Thu Jun 10 17:42:39 1993 +0000 +++ b/lisp/man.el Thu Jun 10 17:48:36 1993 +0000 @@ -559,7 +559,8 @@ (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."