aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-easy-config.el
diff options
context:
space:
mode:
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.