aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
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 /lego
parentd7997eed169686a3bc966fd4d6d7c68804e22eef (diff)
Remove proof-shell-prompt-pattern, no longer used.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 896309f0..bdd1dd6f 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -99,9 +99,6 @@ Activates extended printing routines required for Proof General.")
(defvar lego-prog-name "lego"
"*Name of program to run as lego.")
-(defvar lego-shell-prompt-pattern "^\\(Lego>[ \201]*\\)+"
- "*The prompt pattern for the inferior shell running lego.")
-
(defvar lego-shell-cd "Cd \"%s\";"
"*Command of the inferior process to change the directory.")
@@ -384,8 +381,7 @@ We assume that module identifiers coincide with file names."
proof-included-files-list))))
(defun lego-shell-mode-config ()
- (setq proof-shell-prompt-pattern lego-shell-prompt-pattern
- proof-shell-cd-cmd lego-shell-cd
+ (setq proof-shell-cd-cmd lego-shell-cd
proof-shell-abort-goal-regexp lego-shell-abort-goal-regexp
proof-shell-proof-completed-regexp lego-shell-proof-completed-regexp
proof-shell-error-regexp lego-error-regexp