1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2007-02-16 06:37:36 +00:00
parent 02cb78b58f
commit ad6db5a33c

View file

@ -1,3 +1,11 @@
2007-02-16 Kenichi Handa <handa@m17n.org>
* regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
target_multibyte instead of multibyte.
(re_match_2_internal): Call bcmp_translate with target_multibyte.
(bcmp_translate): Change the argument name from multibyte to
target_multibyte.
2007-02-15 Kenichi Handa <handa@m17n.org>
These changes are to compile a regexp into a pattern that can be