aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof.el')
-rw-r--r--generic/proof.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof.el b/generic/proof.el
index 09458c13..554e0284 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -144,7 +144,7 @@ The argument KBL is a list of tuples (k . f) where `k' is a keybinding
;; da: I've moved newline before the string itself, to match
;; the other cases when messages are inserted and to cope
;; with warnings after delayed output (non newline terminated).
- ;; Also assume that point is at end of buffer already.
+ (goto-char (point-max))
(newline)
(setq start (point))
(insert str) (setq end (point))