Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / apply-dict.c
index 541d93382ddafed986cfe1811a684438573cdf85..9f6867cc4ea3da247a04a677dbd9b8733126edab 100644 (file)
@@ -42,9 +42,6 @@ cmd_apply_dictionary (void)
 
   int i;
   
-  lex_match_id ("APPLY");
-  lex_match_id ("DICTIONARY");
-  
   lex_match_id ("FROM");
   lex_match ('=');
   handle = fh_parse_file_handle ();