tuned;
authorwenzelm
Wed, 20 Jan 2016 15:22:18 +0100
changeset 62213 c56c2d50dd6d
parent 62212 8addfff5965a
child 62214 451bd09b8277
tuned;
src/Pure/General/antiquote.ML
--- a/src/Pure/General/antiquote.ML	Wed Jan 20 15:17:03 2016 +0100
+++ b/src/Pure/General/antiquote.ML	Wed Jan 20 15:22:18 2016 +0100
@@ -79,7 +79,7 @@
 val scan_txt =
   Scan.repeats1
    (Scan.many1 (fn (s, _) =>
-      not (Symbol.is_control s) andalso s <> "\\<open>" andalso s <> "@" andalso Symbol.not_eof s) ||
+      not (Symbol.is_control s) andalso s <> Symbol.open_ andalso s <> "@" andalso Symbol.not_eof s) ||
     $$$ "@" --| Scan.ahead (~$$ "{"));
 
 val scan_antiq_body =