# HG changeset patch # User Richard M. Stallman # Date 867223192 0 # Node ID b32c3c07962cdd0d2674d9d39aabad0e8b8b2da7 # Parent 7cf9cdba062dd477eb56b59fe30932ef16aeb3c0 (make-help-screen): Clear buffer-read-only. diff -r 7cf9cdba062d -r b32c3c07962c lisp/help-macro.el --- a/lisp/help-macro.el Wed Jun 25 07:03:48 1997 +0000 +++ b/lisp/help-macro.el Wed Jun 25 07:19:52 1997 +0000 @@ -124,6 +124,7 @@ prev-frame)) (setq new-frame (window-frame (selected-window)) config nil)) + (setq buffer-read-only nil) (erase-buffer) (insert help-screen) (help-mode)