src/Pure/PIDE/document.ML
changeset 50201 c26369c9eda6
parent 49906 06a3570b0f0a
child 50862 5fc8b83322f5
--- a/src/Pure/PIDE/document.ML	Sun Nov 25 18:50:13 2012 +0100
+++ b/src/Pure/PIDE/document.ML	Sun Nov 25 19:49:24 2012 +0100
@@ -272,7 +272,7 @@
               (#1 (Outer_Syntax.get_syntax ())) (Position.id id_string) text) ());
       val _ =
         Position.setmp_thread_data (Position.id_only id_string)
-          (fn () => Output.status (Markup.markup_only Isabelle_Markup.accepted)) ();
+          (fn () => Output.status (Markup.markup_only Markup.accepted)) ();
       val commands' =
         Inttab.update_new (id, (name, span)) commands
           handle Inttab.DUP dup => err_dup "command" dup;