]> git.eshelyaron.com Git - emacs.git/commit
(scan_lists): Properly skip the comment-fence character
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Jun 1998 20:20:13 +0000 (20:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Jun 1998 20:20:13 +0000 (20:20 +0000)
commitf902a008322cdabe1f43e7dbbf29cff545aa0895
treec35222daf04953ed18318a477cd5e78050f27eda
parenteb148b90e292a4793c94aa268bbd1adb840cb0c4
(scan_lists): Properly skip the comment-fence character
that ends a comment, when moving forward.
(Fbackward_prefix_chars): Return immediately if point is at BEGV.

(prev_char_comend_first): New function.
(back_comment): Use that.  Carefully update syntax table position
for each character that is fetched.
(Fforward_comment): Likewise.
(scan_lists): Likewise.
(prev_char_comstart_first): New function.
src/syntax.c