aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-script.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 7c474096..ac44c9d9 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -3047,6 +3047,7 @@ Choice of function depends on configuration setting."
(min (or proof-last-edited-low-watermark (point-max))
start))
(if (and (markerp proof-overlay-arrow)
+ (marker-position proof-overlay-arrow)
(< start (marker-position proof-overlay-arrow))
(>= start (proof-queue-or-locked-end)))
(proof-set-overlay-arrow start)))