diff options
| -rw-r--r-- | generic/proof.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/proof.el b/generic/proof.el index ed78f397..440c2ab8 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -163,6 +163,7 @@ The argument KBL is a list of tuples (k . f) where `k' is a keybinding ;; tms: I don't understand why the point in ;; proof-response-buffer is not at the end anyway. ;; Is there a superfluous save-excursion somewhere? + (set-buffer buffer) (goto-char (point-max)) (or (pos-visible-in-window-p) (recenter -1)))))))) |
