From: Kenichi Handa Date: Wed, 4 Oct 2006 07:06:28 +0000 (+0000) Subject: (analyse_first): Cancel the change for synching with X-Git-Tag: emacs-pretest-23.0.90~8295^2~740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49da453b3647a81c048f1bef1d9f27f82a238593;p=emacs.git (analyse_first): Cancel the change for synching with HEAD. --- diff --git a/src/regex.c b/src/regex.c index 05f1fb53b1a..09776848220 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3989,13 +3989,7 @@ analyse_first (p, pend, fastmap, multibyte) for (j = CHARSET_BITMAP_SIZE (&p[-1]) * BYTEWIDTH - 1, p++; j >= 0; j--) if (!!(p[j / BYTEWIDTH] & (1 << (j % BYTEWIDTH))) ^ not) - { - fastmap[j] = 1; -#ifdef emacs - if (j >= 0x80 && j < 0xa0) - fastmap[LEADING_CODE_8_BIT_CONTROL] = 1; -#endif - } + fastmap[j] = 1; if ((not && multibyte) /* Any leading code can possibly start a character