From a9216b62982c38d636b0d59566279c66b07d0281 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 16:24:24 +0000 Subject: (WoMan-log-1): Make the log buffer writable. From Markus Rost . --- lisp/woman.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/woman.el') 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 -- cgit v1.2.1