src/Pure/PIDE/document.ML
changeset 47631 97d28302445c
parent 47630 8d654975b67d
child 47633 e5c5e73f3e30
--- a/src/Pure/PIDE/document.ML	Fri Apr 20 22:51:06 2012 +0200
+++ b/src/Pure/PIDE/document.ML	Fri Apr 20 22:48:48 2012 +0200
@@ -472,7 +472,7 @@
                 val required = is_required name;
               in
                 if updated_imports orelse AList.defined (op =) edits name orelse
-                  required andalso not (stable_finished_theory node)
+                  not (stable_finished_theory node)
                 then
                   let
                     val node0 = node_of old_version name;