src/Pure/Isar/isar_cmd.ML
changeset 36950 75b8f26f2f07
parent 36745 403585a89772
child 37146 f652333bbf8e
--- a/src/Pure/Isar/isar_cmd.ML	Sat May 15 22:24:25 2010 +0200
+++ b/src/Pure/Isar/isar_cmd.ML	Sat May 15 23:16:32 2010 +0200
@@ -507,7 +507,7 @@
 
 fun check_text (txt, pos) state =
  (Position.report Markup.doc_source pos;
-  ignore (ThyOutput.eval_antiquote (#1 (OuterKeyword.get_lexicons ())) state (txt, pos)));
+  ignore (ThyOutput.eval_antiquote (#1 (Keyword.get_lexicons ())) state (txt, pos)));
 
 fun header_markup txt = Toplevel.keep (fn state =>
   if Toplevel.is_toplevel state then check_text txt state