src/Pure/ML/ml_antiquotations.ML
changeset 61598 ed4dad8823a4
parent 61597 53e32a9b66b8
child 62075 ea3360245939
--- a/src/Pure/ML/ml_antiquotations.ML	Sat Nov 07 12:53:22 2015 +0100
+++ b/src/Pure/ML/ml_antiquotations.ML	Sat Nov 07 13:13:23 2015 +0100
@@ -12,9 +12,8 @@
 val _ = Theory.setup
  (ML_Antiquotation.value @{binding cartouche}
     (Args.context -- Scan.lift (Parse.position Args.cartouche_input) >> (fn (ctxt, (source, pos)) =>
-      (Context_Position.report ctxt pos Markup.ML_cartouche;
-        "Input.source true " ^ ML_Syntax.print_string (Input.text_of source) ^ " " ^
-          ML_Syntax.atomic (ML_Syntax.print_range (Input.range_of source))))) #>
+      "Input.source true " ^ ML_Syntax.print_string (Input.text_of source) ^ " " ^
+        ML_Syntax.atomic (ML_Syntax.print_range (Input.range_of source)))) #>
 
   ML_Antiquotation.inline @{binding undefined}
     (Scan.succeed "(raise General.Match)") #>