summaryrefslogtreecommitdiff
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
commitc5b20cb610fe057e02382724868525fe3c592a84 (patch)
treecae3ea47420dbb18137cd331f417e248df5968f3
parent041e2b033f4a82b92b054efe4559c44100b9b21f (diff)
downloademacs-c5b20cb610fe057e02382724868525fe3c592a84.tar.gz
(make-help-screen): Set help-mode in *Help* buffer.
-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)