diff options
| author | David Aspinall | 2002-06-12 09:51:47 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-06-12 09:51:47 +0000 |
| commit | 7770e98ef03aba740fdf7d459aac51ce7f0f5993 (patch) | |
| tree | 895ca7d52d5c4473b94041983663ea78631960b7 | |
| parent | c004443d9cc9d146b3968295297107bced9c9a8e (diff) | |
Add proof-nested-undo-regexp setting
| -rw-r--r-- | coq/coq.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -209,8 +209,8 @@ ;; da: 3.4 test: do not exclude Lemma: we want goal-command-p to ;; succeed for nested goals too now. ;; (should we also exclude Definition?) - ;; (not (proof-string-match "Lemma.*:=" str)))) - )) + (not (proof-string-match "Lemma.*:=" str)))) +;; )) ;; TODO : add the stuff to handle the "Correctness" command @@ -547,7 +547,8 @@ This is specific to coq-mode." (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-goal-with-hole-regexp coq-goal-with-hole-regexp + proof-nested-undo-regexp coq-backable-commands-regexp) (setq proof-indent-close-offset -1 |
