diff options
| author | David Aspinall | 1999-10-06 11:33:18 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-06 11:33:18 +0000 |
| commit | 27662c80cebb51689513c6077705ab33555cc1d6 (patch) | |
| tree | 070f8d8f2c663dd395a469c9eeae38cbc8760002 | |
| parent | d4316a2d63c9c2b12cdce73e62cd435d7ff01002 (diff) | |
Fix for state-preserving-p
| -rw-r--r-- | isa/isa.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |
