aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 55406a81..15055b16 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -448,7 +448,7 @@ If locked span already has a state number, thne do nothing. Also updates
(defun coq-find-and-forget-v81 (span)
"Backtrack to SPAN. Using the \"Backtrack n m p\" coq command."
- (let* (str ans (naborts 0) (nundos 0)
+ (let* (ans (naborts 0) (nundos 0)
(proofdepth (coq-get-span-proofnum span))
(proofstack (coq-get-span-proofstack span))
(span-staten (coq-get-span-statenum span))