summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-09 05:50:19 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-09 05:50:19 +0000
commit05d688cf62ddc8b408a3c6ba16fbf116919746b3 (patch)
tree6c6f5fa70d651f36cac89fe2abf8ded17e8b0a89 /lisp/help-macro.el
parentc46bbd926249a303fa410827d0237b2b280ea065 (diff)
downloademacs-05d688cf62ddc8b408a3c6ba16fbf116919746b3.tar.gz
(make-help-screen): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el1
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)