(skip_chars): Use INC_POS instead of INC_BOTH.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Feb 1998 03:02:53 +0000 (03:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Feb 1998 03:02:53 +0000 (03:02 +0000)
commitef316cf0139856c787fe154297d142cc60245b6b
tree81efd8405568e307b12c27fcccdcebc07837db9f
parentd619ee06f24e8487f40040805be945e979c111d3
(skip_chars): Use INC_POS instead of INC_BOTH.
(Fforward_comment): Always use both FROM and FROM_BYTE to set point.
Use dec_bytepos not DEC_POS.
(scan_lists): Handle unibyte buffers when decrementing temp_pos.
(INC_FROM): Use INC_BOTH.
(inc_bytepos, dec_bytepos): In unibyte mode, just increment bytepos.
src/syntax.c