From d40bbdb519ad3d96dd27897b34b4ae9a2284531c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Jun 1997 07:19:52 +0000 Subject: [PATCH] (make-help-screen): Clear buffer-read-only. --- lisp/help-macro.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index e88a3ffbf39..55fc7a126fe 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -124,6 +124,7 @@ and then returns." prev-frame)) (setq new-frame (window-frame (selected-window)) config nil)) + (setq buffer-read-only nil) (erase-buffer) (insert help-screen) (help-mode) -- 2.39.5