From 05d688cf62ddc8b408a3c6ba16fbf116919746b3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Nov 1994 05:50:19 +0000 Subject: [PATCH] (make-help-screen): Set help-mode in *Help* buffer. --- lisp/help-macro.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5