From: Richard M. Stallman Date: Tue, 17 Feb 1998 03:56:42 +0000 (+0000) Subject: (Info-summary): Clear buffer-read-only. X-Git-Tag: emacs-20.3~2164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=881c84c72a15c9b785a5818500ef487c3077e041;p=emacs.git (Info-summary): Clear buffer-read-only. --- diff --git a/lisp/info.el b/lisp/info.el index 931e3c1bc0c..0deb67c8b59 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1518,6 +1518,7 @@ Give a blank topic name to go to the Index node itself." (interactive) (save-window-excursion (switch-to-buffer "*Help*") + (setq buffer-read-only nil) (erase-buffer) (insert (documentation 'Info-mode)) (help-mode)