diff options
| author | David Aspinall | 1999-09-13 14:01:18 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-09-13 14:01:18 +0000 |
| commit | 32a5ff235e9c61ffe784c557c27c4f586df72bd4 (patch) | |
| tree | 3686ea939b879db556f730caa90cc916baa49686 | |
| parent | ad90401f1d922a03bf7317836c6a40eae81739c2 (diff) | |
Set proof-{qed,save}-commands.
| -rw-r--r-- | coq/coq.el | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -424,9 +424,13 @@ (setq proof-guess-command-line 'coq-guess-command-line) + ;; Commands sent to proof engine (setq proof-prf-string "Show" proof-ctxt-string "Print All" - proof-help-string "Help") + proof-help-string "Help" + proof-goal-command "Goal %s." + proof-save-command "Save %s." + proof-kill-goal-command coq-kill-goal-command) (setq proof-goal-command-p 'coq-goal-command-p proof-count-undos-fn 'coq-count-undos @@ -440,7 +444,6 @@ (setq proof-save-command-regexp coq-save-command-regexp proof-save-with-hole-regexp coq-save-with-hole-regexp proof-goal-with-hole-regexp coq-goal-with-hole-regexp - proof-kill-goal-command coq-kill-goal-command proof-indent-commands-regexp (proof-ids-to-regexp coq-keywords)) (coq-init-syntax-table) |
