aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-easy-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-30 12:00:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-30 12:00:35 +0000
commit1827f253e272b27f40a6614ec632e423aa3475a8 (patch)
tree989b7cdded8a43f2ff0ec479cfa31a57d5442039 /generic/proof-easy-config.el
parent5f02965d33dd6f53094ea523fecf73d01e9e6516 (diff)
Add proof-assistant-symbol to (spurious) error msg
Diffstat (limited to 'generic/proof-easy-config.el')
-rw-r--r--generic/proof-easy-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-easy-config.el b/generic/proof-easy-config.el
index 97855cd4..5c37737e 100644
--- a/generic/proof-easy-config.el
+++ b/generic/proof-easy-config.el
@@ -63,7 +63,7 @@
(not (equal proof-assistant name)))
(and (boundp 'proof-assistant-symbol) proof-assistant-symbol
(not (eq proof-assistant-symbol sym))))
- (error "proof-easy-config: Proof General is already in use for a different prover!"))
+ (error "proof-easy-config: Proof General is already in use for a different prover! %s" proof-assistant-symbol))
(t
;; Setting these here is nice for testing: no need to get
;; proof-assistant-table right first.