]> git.eshelyaron.com Git - emacs.git/commit
(char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert
authorKenichi Handa <handa@m17n.org>
Tue, 3 Sep 2002 04:10:19 +0000 (04:10 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 3 Sep 2002 04:10:19 +0000 (04:10 +0000)
commitb7dbcc196d61d25d8bf82617bc951b98f0f24de7
treebe4bad67aa9a7958bb75c6983c58929cc8734991
parent93daa011b35d0397b4503eff0d7d80e1b50a9bed
(char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert
unibyte chars to multibyte.
(back_comment): Likewise.
(scan_words): Likewise.
(skip_chars): The arg syntaxp is deleted, and the code for
handling syntaxes is moved to skip_syntaxes.  Callers changed.
Fix the case that the multibyteness of STRING and the current
buffer doesn't match.
(skip_syntaxes): New function.
(SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.
(Fforward_comment): Use FETCH_CHAR_AS_MULTIBYTE to convert unibyte
chars to multibyte.
(scan_lists): Likewise.
(Fbackward_prefix_chars): Likewise.
(scan_sexps_forward): Likewise.
src/syntax.c