aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index 6dd9602f..019e9233 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -1461,7 +1461,7 @@ proof-shell-eager-annotation-start, proof-shell-eager-annotation-end."
(let
((variable (match-string 1 message))
(expr (match-string 2 message)))
- (condition-case err
+ (condition-case nil
;; Easiest way to do this seems to be to dump the lisp
;; string into another buffer -- no direct way to eval
;; from a string?