]> code.delx.au - gnu-emacs/commit
(Fbackward_prefix_chars): Set point properly while scanning.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 00:11:33 +0000 (00:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Mar 1998 00:11:33 +0000 (00:11 +0000)
commit1fd3172dd4819524d0b63337e525cd48e062e0f5
treee0b8e81ed960cbe463a2ebb6bff06ae7e82cf3e9
parent98bcfee8fe89ca8b9f9c211733bd17db9516685c
(Fbackward_prefix_chars): Set point properly while scanning.
(scan_sexps_forward): Make INC_FROM do UPDATE_SYNTAX_TABLE_FORWARD.
Delete the explicit calls to UPDATE_SYNTAX_TABLE_FORWARD.
Also set prev_from_syntax (new local var).  Test that in the loop,
instead of fetching syntax of the previous char.
src/syntax.c