aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox.el
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2001-07-25 14:15:34 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2001-07-25 14:15:34 +0000
commit4b511ab973f04e878dfb4288ba6006871b467eb8 (patch)
treea922c9687092bb18ae82b4e321198cfece936296 /phox/phox.el
parentd566389017383722af7f3390569cd51f96325fee (diff)
Various changes for win32 compatibility
Diffstat (limited to 'phox/phox.el')
-rw-r--r--phox/phox.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/phox/phox.el b/phox/phox.el
index 12d4e305..2f0680e9 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -147,7 +147,8 @@
proof-shell-prompt-pattern "\\(>phox> \\)\\|\\(%phox% \\)"
proof-shell-annotated-prompt-regexp "\\(>phox> \\)\\|\\(%phox% \\)"
proof-shell-interrupt-regexp "Interrupt"
- proof-shell-start-goals-regexp "^\\(Here \\(are\\|is\\) the goal\\)\\|\\([0-9]* goals\\? created\\)"
+ proof-shell-start-goals-regexp "^\\(Here \\(are\\|is\\) the goal\\)\\|\\([0-9]* goals? created\\)"
+ proof-shell-end-goals-regexp "^End of goals."
proof-shell-quit-cmd "quit."
proof-shell-restart-cmd "restart."
proof-shell-proof-completed-regexp "^.*^proved"