]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-help-screen): Clear buffer-read-only.
authorRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 07:19:52 +0000 (07:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 25 Jun 1997 07:19:52 +0000 (07:19 +0000)
lisp/help-macro.el

index e88a3ffbf39f585273c243deb38848f9cfc38200..55fc7a126fee7291052f4cecd3b8e7b2bf869d55 100644 (file)
@@ -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)