src/Pure/Isar/outer_lex.ML
changeset 28034 33050286e65d
parent 27885 76b51cd0a37c
child 29606 fedb8be05f24
--- a/src/Pure/Isar/outer_lex.ML	Thu Aug 28 00:33:09 2008 +0200
+++ b/src/Pure/Isar/outer_lex.ML	Thu Aug 28 00:33:11 2008 +0200
@@ -200,7 +200,7 @@
   | AltString => x |> enclose "`" "`" o escape "`"
   | Verbatim => x |> enclose "{*" "*}"
   | Comment => x |> enclose "(*" "*)"
-  | Malformed => Output.escape (translate_string Output.output x)
+  | Malformed => space_implode " " (explode x)
   | Sync => ""
   | EOF => ""
   | _ => x);