XEmacs 21.2.38 (Peisino)
[chise/xemacs-chise.git.1] / src / dired-msw.c
index 9e4b2b5..73dfe42 100644 (file)
@@ -187,7 +187,7 @@ mswindows_get_files (char *dirfile, int nowild, Lisp_Object pattern,
          /* PATTERN might be a flawed regular expression.  Rather than
             catching and signalling our own errors, we just call
             compile_pattern to do the work for us.  */
-         bufp = compile_pattern (pattern, 0, 0, 0, ERROR_ME);
+         bufp = compile_pattern (pattern, 0, Qnil, 0, ERROR_ME);
        }
       /* Now *bufp is the compiled form of PATTERN; don't call anything
         which might compile a new regexp until we're done with the loop! */