diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-25 07:19:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-25 07:19:52 +0000 |
commit | d40bbdb519ad3d96dd27897b34b4ae9a2284531c (patch) | |
tree | 1f2702e00bc01afbc571278e97538be5b290368d /lisp/help-macro.el | |
parent | 66d3a2b57f03e5f9c667ed1eba286b29222af37d (diff) | |
download | emacs-d40bbdb519ad3d96dd27897b34b4ae9a2284531c.tar.gz |
(make-help-screen): Clear buffer-read-only.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r-- | lisp/help-macro.el | 1 |
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) |