Mercurial > hg > xemacs-beta
comparison src/dired.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 | 576fb035e263 |
children | 223736d75acb |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
108 CHECK_STRING (match); | 108 CHECK_STRING (match); |
109 | 109 |
110 /* MATCH might be a flawed regular expression. Rather than | 110 /* MATCH might be a flawed regular expression. Rather than |
111 catching and signalling our own errors, we just call | 111 catching and signalling our own errors, we just call |
112 compile_pattern to do the work for us. */ | 112 compile_pattern to do the work for us. */ |
113 bufp = compile_pattern (match, 0, 0, 0, ERROR_ME); | 113 bufp = compile_pattern (match, 0, Qnil, 0, ERROR_ME); |
114 } | 114 } |
115 | 115 |
116 /* Now *bufp is the compiled form of MATCH; don't call anything | 116 /* Now *bufp is the compiled form of MATCH; don't call anything |
117 which might compile a new regexp until we're done with the loop! */ | 117 which might compile a new regexp until we're done with the loop! */ |
118 | 118 |