(looking_at_1): Use current_buffer->case_canon_table,
commit0190922fb49028aa5dc422378931a81ee59b5c9c
authorKenichi Handa <handa@m17n.org>
Fri, 1 Apr 2005 01:05:46 +0000 (1 01:05 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 Apr 2005 01:05:46 +0000 (1 01:05 +0000)
tree21c1e8021913530f87efa502d0f7c553f5c17bb8
parentf79609dc4ce7386f79a2b2f74e67c782622951cb
(looking_at_1): Use current_buffer->case_canon_table,
not DOWNCASE_TABLE.
(string_match_1): Likewise.
(fast_c_string_match_ignore_case): Use Vascii_canon_table, not
Vascii_downcase_table.
(fast_string_match_ignore_case): Likewise.
(search_buffer): Fix checking of boyer-moore usability.
(boyer_moore): Calculate translate_prev_byte1/2/3 in advance.  No
need of tranlating characters in PAT.  Fix calculation of
simple_translate.
src/search.c