X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdired-msw.c;h=73dfe42ac71deaae7eff31f2d9e53fce3a327994;hb=26c9e2e09a7ccc89afc02482d72a35984833792a;hp=9e4b2b539ce2e08c8a990897f83f1cbf9f8c00df;hpb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;p=chise%2Fxemacs-chise.git- diff --git a/src/dired-msw.c b/src/dired-msw.c index 9e4b2b5..73dfe42 100644 --- a/src/dired-msw.c +++ b/src/dired-msw.c @@ -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! */