summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-12-14 07:42:20 +0000
committerJuri Linkov <juri@jurta.org>2005-12-14 07:42:20 +0000
commitcd2768dd4c48dfaa3a04a0d3b3dcd7589ed81b79 (patch)
tree2a6e49debe0d3df44d4039b7af793641fb33617d /lisp/help-macro.el
parentdd7c6f214642f6c791ee8294cc088bb3854032a3 (diff)
downloademacs-cd2768dd4c48dfaa3a04a0d3b3dcd7589ed81b79.tar.gz
(make-help-screen): Bind `inhibit-read-only' to t
around `erase-buffer' and `insert'.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el
index 33ee42abe7e..3170bf287b5 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -139,8 +139,9 @@ and then returns."
(setq new-frame (window-frame (selected-window))
config nil))
(setq buffer-read-only nil)
- (erase-buffer)
- (insert help-screen)
+ (let ((inhibit-read-only t))
+ (erase-buffer)
+ (insert help-screen))
(help-mode)
(goto-char (point-min))
(while (or (memq char (append help-event-list