]> git.eshelyaron.com Git - emacs.git/commitdiff
(WoMan-log-1): Make the log buffer writable. From
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:24:49 +0000 (16:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:24:49 +0000 (16:24 +0000)
Markus Rost <rost@math.ohio-state.edu>.

lisp/ChangeLog
lisp/woman.el

index b5e2a39bb43c61c1c2c40fb5fbf5988fc173e604..f5a003ca77726720600744b52b936079e6a0405b 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * woman.el (WoMan-log-1): Make the log buffer writable.  From
+       Markus Rost <rost@math.ohio-state.edu>.
+
 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
 
        * imenu.el (imenu-syntax-alist): Add autoload cookie for
index e98ab8255aaae10de14f600f0e9603583a16b1f8..1a3d7e8b75c10db03398204926a1c7a38611e11e 100644 (file)
@@ -4411,6 +4411,7 @@ If optional argument END is non-nil then make buffer read-only after
 logging the message."
   (save-excursion
     (set-buffer (get-buffer-create "*WoMan-Log*"))
+    (setq buffer-read-only nil)
     (goto-char (point-max))
     (or end (insert "  "))  (insert string "\n")
     (if end