comparison 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
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
185 if (!NILP(pattern)) 185 if (!NILP(pattern))
186 { 186 {
187 /* PATTERN might be a flawed regular expression. Rather than 187 /* PATTERN might be a flawed regular expression. Rather than
188 catching and signalling our own errors, we just call 188 catching and signalling our own errors, we just call
189 compile_pattern to do the work for us. */ 189 compile_pattern to do the work for us. */
190 bufp = compile_pattern (pattern, 0, 0, 0, ERROR_ME); 190 bufp = compile_pattern (pattern, 0, Qnil, 0, ERROR_ME);
191 } 191 }
192 /* Now *bufp is the compiled form of PATTERN; don't call anything 192 /* Now *bufp is the compiled form of PATTERN; don't call anything
193 which might compile a new regexp until we're done with the loop! */ 193 which might compile a new regexp until we're done with the loop! */
194 194
195 /* Initialize file info array */ 195 /* Initialize file info array */