Mercurial > emacs
changeset 35690:89f18a0fac53
(WoMan-log-1): Make the log buffer writable. From
Markus Rost <rost@math.ohio-state.edu>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 Jan 2001 16:24:24 +0000 |
parents | ee10f85a7117 |
children | df581a31033e |
files | lisp/woman.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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