src/Pure/PIDE/document.ML
changeset 57905 c0c5652e796e
parent 57874 9c361f94b323
child 57918 f5d73caba4e5
--- a/src/Pure/PIDE/document.ML	Mon Aug 11 22:59:38 2014 +0200
+++ b/src/Pure/PIDE/document.ML	Tue Aug 12 00:08:32 2014 +0200
@@ -318,7 +318,7 @@
       val span =
         Lazy.lazy (fn () =>
           Position.setmp_thread_data (Position.id_only id)
-            (fn () => Thy_Syntax.parse_tokens (Keyword.get_lexicons ()) (Position.id id) text) ());
+            (fn () => Outer_Syntax.parse_tokens (Keyword.get_lexicons ()) (Position.id id) text) ());
       val _ =
         Position.setmp_thread_data (Position.id_only id)
           (fn () => Output.status (Markup.markup_only Markup.accepted)) ();