diff src/dired-msw.c @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents abe6d1db359e
children c33ae14dd6d0
line wrap: on
line diff
--- a/src/dired-msw.c	Mon Aug 13 11:36:20 2007 +0200
+++ b/src/dired-msw.c	Mon Aug 13 11:37:21 2007 +0200
@@ -187,7 +187,7 @@
 	  /* 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! */