diff options
| author | Richard M. Stallman | 1995-09-25 18:39:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-25 18:39:31 +0000 |
| commit | 42499979a3e60634f7ac7299169e4384ad5a9da2 (patch) | |
| tree | b6a16f4352b7c08bd07c11db25442aa02686dd83 | |
| parent | c88daaeff50d98a592f760548f04288e4da5a40d (diff) | |
| download | emacs-42499979a3e60634f7ac7299169e4384ad5a9da2.tar.gz emacs-42499979a3e60634f7ac7299169e4384ad5a9da2.zip | |
(help-mode): Call view-mode.
| -rw-r--r-- | lisp/help.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 213e1b16eed..b32cf2dcc97 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -120,6 +120,7 @@ Commands: | |||
| 120 | (setq major-mode 'help-mode) | 120 | (setq major-mode 'help-mode) |
| 121 | (make-local-variable 'font-lock-defaults) | 121 | (make-local-variable 'font-lock-defaults) |
| 122 | (setq font-lock-defaults '(help-font-lock-keywords)) | 122 | (setq font-lock-defaults '(help-font-lock-keywords)) |
| 123 | (view-mode) | ||
| 123 | (run-hooks 'help-mode-hook)) | 124 | (run-hooks 'help-mode-hook)) |
| 124 | 125 | ||
| 125 | (defun help-quit () | 126 | (defun help-quit () |