src/Pure/PIDE/command.ML
changeset 73106 3df45de0c079
parent 73105 578a33042aa6
child 73336 ff7ce802be52
equal deleted inserted replaced
73105:578a33042aa6 73106:3df45de0c079
   154       if null verbatim then ()
   154       if null verbatim then ()
   155       else legacy_feature ("Old-style {* verbatim *} token -- use \<open>cartouche\<close> instead" ^
   155       else legacy_feature ("Old-style {* verbatim *} token -- use \<open>cartouche\<close> instead" ^
   156         Position.here_list verbatim);
   156         Position.here_list verbatim);
   157   in
   157   in
   158     if exists #1 token_reports
   158     if exists #1 token_reports
   159     then Toplevel.malformed (Token.core_range_of span) "Malformed command syntax"
   159     then Toplevel.malformed (#1 (Token.core_range_of span)) "Malformed command syntax"
   160     else Outer_Syntax.parse_span thy init (resolve_files master_dir blobs_info span)
   160     else Outer_Syntax.parse_span thy init (resolve_files master_dir blobs_info span)
   161   end;
   161   end;
   162 
   162 
   163 end;
   163 end;
   164 
   164