From: Karl Heuer Date: Wed, 9 Nov 1994 05:50:19 +0000 (+0000) Subject: (make-help-screen): Set help-mode in *Help* buffer. X-Git-Tag: emacs-19.34~6000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05d688cf62ddc8b408a3c6ba16fbf116919746b3;p=emacs.git (make-help-screen): Set help-mode in *Help* buffer. --- 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)