(scan_lists): When searching back for comment:
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Sep 1992 17:52:07 +0000 (17:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Sep 1992 17:52:07 +0000 (17:52 +0000)
commit37bef2308fa614efa3b89d9f000cd0272c8955e6
treebbef1f9099603a30e6b8b3611c840a8960146e31
parent8b82491680ef28bc25d8d4615341f464e8096997
(scan_lists): When searching back for comment:
if comment-end is 2 chars, assume it does end a comment.
Otherwise, scan back to previous comment-end to see if there's
a comment starter between.  Also record whether the string quotes
between the start and the end are paired and uniform.
If so, skip to comment starter.  If not, scan from start of
defun to find comment starter if any.
(find_defun_start): New function.
src/syntax.c