Mercurial > emacs
changeset 9855:9caa80b065fc
(make-help-screen): Set help-mode in *Help* buffer.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 09 Nov 1994 05:50:19 +0000 |
parents | f810a558acf6 |
children | fdd2f06a7d11 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-macro.el Wed Nov 09 05:50:09 1994 +0000 +++ b/lisp/help-macro.el Wed Nov 09 05:50:19 1994 +0000 @@ -121,6 +121,7 @@ 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)