1998-06-22 Colin Rafferty * src/syntax.c (find_start_of_comment): Removed assumption that a defun-start point is outside of a comment. --- src/syntax.c~ Tue Mar 31 15:12:16 1998 +++ src/syntax.c Mon Jun 22 14:27:42 1998 @@ -522,11 +522,6 @@ (because they go with the earlier comment-ender). */ if (code == Sendcomment && styles_match_p) break; - - /* Assume a defun-start point is outside of strings. */ - if (code == Sopen - && (from == stop || BUF_FETCH_CHAR (buf, from - 1) == '\n')) - break; } if (comstart_pos == 0)