diff options
Diffstat (limited to 'isa/isa.el')
| -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 ;; |
