aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-07-20 10:50:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-07-20 10:50:43 +0000
commit7cb1c749b520229ed0d6b8aa332d780097bf5f77 (patch)
tree999fe40b976c4153c8b10150c2dab5499c37ab8a /isa/isa.el
parenta7394b8c2a664aa9882240ef549770ef41e54a12 (diff)
Remove accidental testing setq left in.
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 3eca01bf..68f88a17 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -211,12 +211,8 @@ and script mode."
;; Some messages delimited by eager annotations
proof-shell-clear-response-regexp "Proof General, please clear the response buffer."
proof-shell-clear-goals-regexp "Proof General, please clear the goals buffer."
- (setq proof-shell-theorem-dependency-list-regexp "Proof General, the theorem dependencies are: \"\\([^\"]*\\)\"")
+ proof-shell-theorem-dependency-list-regexp "Proof General, the theorem dependencies are: \"\\([^\"]*\\)\""
- ;; FIONA! Add something here to set
- ;; proof-shell-theorem-dependency-list-regexp
- ;; to something to match from Isabelle output
-
;; Dirty hack to allow font-locking for output based on hidden
;; annotations, see isa-output-font-lock-keywords-1
proof-shell-leave-annotations-in-output t