aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-25 07:19:52 +0000
committerRichard M. Stallman1997-06-25 07:19:52 +0000
commitd40bbdb519ad3d96dd27897b34b4ae9a2284531c (patch)
tree1f2702e00bc01afbc571278e97538be5b290368d
parent66d3a2b57f03e5f9c667ed1eba286b29222af37d (diff)
downloademacs-d40bbdb519ad3d96dd27897b34b4ae9a2284531c.tar.gz
emacs-d40bbdb519ad3d96dd27897b34b4ae9a2284531c.zip
(make-help-screen): Clear buffer-read-only.
-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."
124 prev-frame)) 124 prev-frame))
125 (setq new-frame (window-frame (selected-window)) 125 (setq new-frame (window-frame (selected-window))
126 config nil)) 126 config nil))
127 (setq buffer-read-only nil)
127 (erase-buffer) 128 (erase-buffer)
128 (insert help-screen) 129 (insert help-screen)
129 (help-mode) 130 (help-mode)