Mercurial > hg > xemacs-beta
diff src/regex.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | cf808b4c4290 |
children | 1370575f1259 |
line wrap: on
line diff
--- a/src/regex.c Mon Aug 13 09:18:41 2007 +0200 +++ b/src/regex.c Mon Aug 13 09:19:45 2007 +0200 @@ -5519,8 +5519,8 @@ PREFETCH (); emch = charptr_emchar ((CONST Bufbyte *) d); INC_CHARPTR (d); - if (check_category_at(emch, regex_emacs_buffer->category_table, - mcnt, should_succeed)) + if (check_category_char(emch, regex_emacs_buffer->category_table, + mcnt, should_succeed)) goto fail; SET_REGS_MATCHED (); }