/[emacs]/emacs/src/search.c
ViewVC logotype

Diff of /emacs/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.162.2.6 by handa, Tue Oct 1 01:30:13 2002 UTC revision 1.162.2.7 by handa, Tue Oct 15 01:19:20 2002 UTC
# Line 2439  since only regular expressions have dist Line 2439  since only regular expressions have dist
2439                  {                  {
2440                    FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c, newtext,                    FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c, newtext,
2441                                                        pos, pos_byte);                                                        pos, pos_byte);
2442                    if (!buf_multibyte && !SINGLE_BYTE_CHAR_P (c))                    if (!buf_multibyte && !ASCII_CHAR_P (c))
2443                      c = multibyte_char_to_unibyte (c, rev_tbl);                      c = multibyte_char_to_unibyte (c, rev_tbl);
2444                  }                  }
2445                else                else

Legend:
Removed from v.1.162.2.6  
changed lines
  Added in v.1.162.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26