aboutsummaryrefslogtreecommitdiffhomepage
path: root/demoisa
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 /demoisa
parentd7997eed169686a3bc966fd4d6d7c68804e22eef (diff)
Remove proof-shell-prompt-pattern, no longer used.
Diffstat (limited to 'demoisa')
-rw-r--r--demoisa/demoisa-easy.el1
-rw-r--r--demoisa/demoisa.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/demoisa/demoisa-easy.el b/demoisa/demoisa-easy.el
index f5957f2d..4baae53d 100644
--- a/demoisa/demoisa-easy.el
+++ b/demoisa/demoisa-easy.el
@@ -50,7 +50,6 @@
proof-undo-n-times-cmd "pg_repeat undo %s;"
proof-auto-multiple-files t
proof-shell-cd-cmd "cd \"%s\""
- proof-shell-prompt-pattern "[ML-=#>]+>? "
proof-shell-interrupt-regexp "Interrupt"
proof-shell-start-goals-regexp "Level [0-9]"
proof-shell-end-goals-regexp "val it"
diff --git a/demoisa/demoisa.el b/demoisa/demoisa.el
index ed3aa8e1..70886a85 100644
--- a/demoisa/demoisa.el
+++ b/demoisa/demoisa.el
@@ -93,7 +93,6 @@
(setq
proof-shell-annotated-prompt-regexp "^\\(val it = () : unit\n\\)?\\(ML\\)?> "
proof-shell-cd-cmd "cd \"%s\""
- proof-shell-prompt-pattern "([ML-=#>]+>? "
proof-shell-interrupt-regexp "Interrupt"
proof-shell-error-regexp "\\*\\*\\*\\|^.*Error:\\|^uncaught exception \\|^Exception- "
proof-shell-start-goals-regexp "Level [0-9]"