src/Pure/Isar/isar.ML
changeset 27622 86608f598e9f
parent 27620 dfecac40e4be
child 27662 34e7236443f3
--- a/src/Pure/Isar/isar.ML	Wed Jul 16 16:39:11 2008 +0200
+++ b/src/Pure/Isar/isar.ML	Wed Jul 16 16:42:13 2008 +0200
@@ -346,7 +346,7 @@
   (case try the_state (prev_command id) of
     NONE => ()
   | SOME state =>
-      (case run false (#transition (the_command id)) state of
+      (case run true (#transition (the_command id)) state of
         NONE => ()
       | SOME status => update_status status id));