aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-06 11:33:18 +0000
committerDavid Aspinall1999-10-06 11:33:18 +0000
commit27662c80cebb51689513c6077705ab33555cc1d6 (patch)
tree070f8d8f2c663dd395a469c9eeae38cbc8760002
parentd4316a2d63c9c2b12cdce73e62cd435d7ff01002 (diff)
Fix for state-preserving-p
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 9482e3dc..c4f58f25 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -546,7 +546,7 @@ Resulting output from Isabelle will be parsed by Proof General."
(defun isa-state-preserving-p (cmd)
"Non-nil if command preserves the proofstate."
- (proof-string-match isa-not-undoable-commands-regexp cmd))
+ (not (proof-string-match isa-not-undoable-commands-regexp cmd)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Indentation ;;