aboutsummaryrefslogtreecommitdiff
path: root/coq/coq-showdiff.el
diff options
context:
space:
mode:
authorCyril Anaclet2020-05-20 14:19:14 +0200
committerAnaclet2020-05-29 11:05:58 +0200
commit22681a3caf2c8f45700585ea74dffbf48bb2ac19 (patch)
tree40570f1694889d27d66e3a4d9e5f4019bb06995e /coq/coq-showdiff.el
parent04aff704f3d13452bc5c52ff860c5ab564539632 (diff)
Apply reviews of @erikmd
Diffstat (limited to 'coq/coq-showdiff.el')
-rw-r--r--coq/coq-showdiff.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/coq/coq-showdiff.el b/coq/coq-showdiff.el
deleted file mode 100644
index 0daf98f8..00000000
--- a/coq/coq-showdiff.el
+++ /dev/null
@@ -1,12 +0,0 @@
-;; Temporary file, just for test
-(defun coq-show-proof-fun ()
- (interactive)
- ;; TODO: Check if we are in a proof
- (when coq-show-proof-stepwise
- (when (eq coq-diffs 'off)
- (proof-shell-invisible-command "Show Proof." ))
- (when (eq coq-diffs 'on)
- (proof-shell-invisible-command "Show Proof Diffs."))
- (when (eq coq-diffs 'removed)
- (proof-shell-invisible-command "Show Proof Diffs removed.")))
- )