diff options
| author | David Aspinall | 1999-10-06 11:11:26 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-06 11:11:26 +0000 |
| commit | 813c9a3268b9b18a00d475281a35bc29b36688d3 (patch) | |
| tree | 20b404192b9a982dd279264254eb183dd0d1c212 /coq | |
| parent | 4a92b8040950e0a94172b20602b019b45e51a897 (diff) | |
Fixed proof-showproof-command
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -414,7 +414,7 @@ (setq proof-guess-command-line 'coq-guess-command-line) ;; Commands sent to proof engine - (setq proof-proof-command "Show" + (setq proof-showproof-command "Show" proof-context-command "Print All" proof-goal-command "Goal %s." proof-save-command "Save %s." @@ -424,6 +424,7 @@ proof-kill-goal-command coq-kill-goal-command) (setq proof-goal-command-p 'coq-goal-command-p + proof-nested-goals-allowed t proof-count-undos-fn 'coq-count-undos proof-find-and-forget-fn 'coq-find-and-forget proof-goal-hyp-fn 'coq-goal-hyp |
