aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorAnaclet2020-05-29 10:42:15 +0200
committerAnaclet2020-05-29 11:07:09 +0200
commit77fd293d631bc17afc18ab36ea5d0e0a28fa5f52 (patch)
treeed7e54f3367e5adce5fa3428e548607508c7a3b5 /coq
parentcc4b4f6cd626cc6a2f02d3e4efe95dc84d577e3b (diff)
Minor changes
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/coq/coq.el b/coq/coq.el
index df7c5a66..efa60349 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1237,13 +1237,6 @@ should match the `coq-show-proof-diffs-regexp'."
;; the number of nested goals, then Unset Silent and Show the goal
(and (string-match-p "BackTo\\s-" cmd)
(> (length coq-last-but-one-proofstack) coq--retract-naborts)))
- ;; "Set Diffs" always re-prints the proof context with (if enabled) diffs
- ;; (list "Unset Silent." (if (coq--post-v810) (coq-diffs) "Show.")
- ;; (when coq-show-proof-stepwise
- ;; (or
- ;; (when (eq coq-diffs 'off) "Show Proof.")
- ;; (when (eq coq-diffs 'on) "Show Proof Diffs.")
- ;; (when (eq coq-diffs 'removed) "Show Proof Diffs removed.")))))
(let ((showlist (list "Unset Silent." (if (coq--post-v810) (coq-diffs) "Show."))))
(when coq-show-proof-stepwise
(add-to-list 'showlist