diff options
| author | Anaclet | 2020-05-29 10:42:15 +0200 |
|---|---|---|
| committer | Anaclet | 2020-05-29 11:07:09 +0200 |
| commit | 77fd293d631bc17afc18ab36ea5d0e0a28fa5f52 (patch) | |
| tree | ed7e54f3367e5adce5fa3428e548607508c7a3b5 /coq/coq.el | |
| parent | cc4b4f6cd626cc6a2f02d3e4efe95dc84d577e3b (diff) | |
Minor changes
Diffstat (limited to 'coq/coq.el')
| -rw-r--r-- | coq/coq.el | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
