From: Richard M. Stallman Date: Wed, 25 Jun 1997 07:19:52 +0000 (+0000) Subject: (make-help-screen): Clear buffer-read-only. X-Git-Tag: emacs-20.1~1497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d40bbdb519ad3d96dd27897b34b4ae9a2284531c;p=emacs.git (make-help-screen): Clear buffer-read-only. --- 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)