# HG changeset patch # User Eli Zaretskii # Date 980785464 0 # Node ID 89f18a0fac53b7d86ee4a368140729175c31c2cb # Parent ee10f85a7117984c79d04ae484ca2f45581602a4 (WoMan-log-1): Make the log buffer writable. From Markus Rost . diff -r ee10f85a7117 -r 89f18a0fac53 lisp/woman.el --- a/lisp/woman.el Mon Jan 29 15:50:53 2001 +0000 +++ b/lisp/woman.el Mon Jan 29 16:24:24 2001 +0000 @@ -4411,6 +4411,7 @@ 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