summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-25 07:19:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-25 07:19:52 +0000
commit055787c3c6a87441f5d792e4177d42400f6246a8 (patch)
tree545c2eb840f2bbeead1b8aebc5b0d4c441cc254d /lisp/help-macro.el
parentb000a2de079f1c8ddf48675c34f71e91370f9edb (diff)
downloademacs-055787c3c6a87441f5d792e4177d42400f6246a8.tar.gz
(make-help-screen): Clear buffer-read-only.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el1
1 files changed, 1 insertions, 0 deletions
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)