aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-12 08:15:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-12 08:15:38 +0000
commit077d8e8045fed6904d7fe7322afa7c217f6996d8 (patch)
tree41064c7a8ca54dd7c02c1643c094c31211d1fa20 /generic
parentc27db1ac23f425d012a9d62b98a2d3f2354d309d (diff)
Trivial
Diffstat (limited to 'generic')
-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?