aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorDavid Aspinall2002-08-28 15:49:19 +0000
committerDavid Aspinall2002-08-28 15:49:19 +0000
commit3c1172df89651a9c95dcc02ea68f3868c4d480b5 (patch)
tree388f706cd80020014adf1078c0e7d052edac4b32 /generic/proof-shell.el
parent3f13842c9642d8e9c3e5a78a3c1089268b9fc84c (diff)
Add proof-shell-theorem-dependency-list-split
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index fdb5413d..03c6f29d 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -1232,7 +1232,8 @@ proof-shell-eager-annotation-start, proof-shell-eager-annotation-end."
((and proof-shell-theorem-dependency-list-regexp
(string-match proof-shell-theorem-dependency-list-regexp message))
(setq proof-last-theorem-dependencies
- (split-string (match-string 1 message))))
+ (split-string (match-string 1 message)
+ proof-shell-theorem-dependency-list-split)))
;; CASE tracing output: output in the tracing buffer instead
;; of the response buffer