diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help-macro.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 1a304d2e690..1e70992e296 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -121,6 +121,7 @@ and then returns." config nil)) (erase-buffer) (insert help-screen) + (help-mode) (goto-char (point-min)) (while (or (memq char (cons help-char '(?? ?\C-v ?\ ?\177 delete ?\M-v))) (eq (car-safe char) 'switch-frame) |
