From e2a802843743472fb362123d0185b2ee8c38d6a9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 16:24:49 +0000 Subject: [PATCH] (WoMan-log-1): Make the log buffer writable. From Markus Rost . --- lisp/ChangeLog | 5 +++++ lisp/woman.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5e2a39bb43..f5a003ca777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-29 Eli Zaretskii + + * woman.el (WoMan-log-1): Make the log buffer writable. From + Markus Rost . + 2001-01-29 Gerd Moellmann * imenu.el (imenu-syntax-alist): Add autoload cookie for 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 -- 2.39.2