aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorPierre Courtieu2020-04-15 18:13:13 +0200
committerPierre Courtieu2020-04-15 18:13:13 +0200
commit59190289edf805e3de3e6025f57295a287a0cf9d (patch)
tree893f06bd554a8b403a091df14e8d16a6c5199daa /coq/coq.el
parent8273e22e6da7b20e51fa330116bee20964d5dab8 (diff)
Fixed disabled proof using menu.
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 8e9ee9d1..5dc45a9a 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -2618,7 +2618,7 @@ Remarks and limitations:
(fn `(lambda (sp)
(coq-insert-proof-using-suggestion sp t)
(span-delete ,specialspan))))
- (list "-------------" (vector name `(,fn ,span) (not (not deps))))))
+ (list "-------------" (vector name `(,fn ,span) t))))
"Coq specific additional menu entry for \"Proof using\".
annotation. See `proof-dependency-menu-system-specific'." )