]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-summary): Clear buffer-read-only.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 1998 03:56:42 +0000 (03:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 1998 03:56:42 +0000 (03:56 +0000)
lisp/info.el

index 931e3c1bc0c0d2bdc3e60077e9b5ff6ecea1879a..0deb67c8b591b8ef872554a5cb03bf07c2edf904 100644 (file)
@@ -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)