diff lisp/help-macro.el @ 18449:b32c3c07962c

(make-help-screen): Clear buffer-read-only.
author Richard M. Stallman <rms@gnu.org>
date Wed, 25 Jun 1997 07:19:52 +0000
parents 852464ce5d6a
children 52a3dec2b6cc
line wrap: on
line diff
--- 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)