summaryrefslogtreecommitdiff
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-29 16:24:24 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-29 16:24:24 +0000
commita9216b62982c38d636b0d59566279c66b07d0281 (patch)
treefeea66906e20d2f472025973b9b41cbac75ed0a0 /lisp/woman.el
parentd5b7c8e01ea45f5d4560cd7bf0165d62a10ff4c3 (diff)
downloademacs-a9216b62982c38d636b0d59566279c66b07d0281.tar.gz
(WoMan-log-1): Make the log buffer writable. From
Markus Rost <rost@math.ohio-state.edu>.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index e98ab8255aa..1a3d7e8b75c 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -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