Mercurial > emacs
changeset 3619:062dbb10173d
(Man-mode): Run Man-mode-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Jun 1993 17:48:36 +0000 |
parents | 58f653fa4e5b |
children | 219ff1cb76f4 |
files | lisp/man.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."