diff options
| author | Pierre Courtieu | 2020-04-15 18:13:13 +0200 |
|---|---|---|
| committer | Pierre Courtieu | 2020-04-15 18:13:13 +0200 |
| commit | 59190289edf805e3de3e6025f57295a287a0cf9d (patch) | |
| tree | 893f06bd554a8b403a091df14e8d16a6c5199daa /coq | |
| parent | 8273e22e6da7b20e51fa330116bee20964d5dab8 (diff) | |
Fixed disabled proof using menu.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'." ) |
