Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / list.q
index c875e6f53a17d81136879c37db39a109db956974..10d2baad38df3999a9b458222781eda4dc78604c 100644 (file)
@@ -125,7 +125,6 @@ cmd_list (void)
 {
   struct variable casenum_var;
 
-  lex_match_id ("LIST");
   if (!parse_list (&cmd))
     return CMD_FAILURE;