aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 16:42:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 16:42:57 +0000
commit17460bf8b246b7f26b390ca67145c11ee230de9d (patch)
tree465f779266370857f41fa284f25c01e3a44b019c /phox
parentd7997eed169686a3bc966fd4d6d7c68804e22eef (diff)
Remove proof-shell-prompt-pattern, no longer used.
Diffstat (limited to 'phox')
-rw-r--r--phox/phox.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/phox/phox.el b/phox/phox.el
index 8244edb7..d4dfc0a3 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -152,7 +152,6 @@
"Configure Proof General shell for PhoX."
(setq
;proof-shell-cd-cmd "cd \"%s\""
- 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]+ new goals?\\)\\|\\([0-9]+ goals? possibly instanced\\)"