aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 9b711327448..db60b8f09f5 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -774,7 +774,7 @@ between them, return t; otherwise return nil.")
774 } 774 }
775 775
776 /* If we find another earlier comment-ender, 776 /* If we find another earlier comment-ender,
777 any comment-starts earier than that don't count 777 any comment-starts earlier than that don't count
778 (because they go with the earlier comment-ender). */ 778 (because they go with the earlier comment-ender). */
779 if (code == Sendcomment 779 if (code == Sendcomment
780 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) 780 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)
@@ -1161,7 +1161,7 @@ scan_lists (from, count, depth, sexpflag)
1161 } 1161 }
1162 1162
1163 /* If we find another earlier comment-ender, 1163 /* If we find another earlier comment-ender,
1164 any comment-starts earier than that don't count 1164 any comment-starts earlier than that don't count
1165 (because they go with the earlier comment-ender). */ 1165 (because they go with the earlier comment-ender). */
1166 if (code == Sendcomment 1166 if (code == Sendcomment
1167 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle) 1167 && SYNTAX_COMMENT_STYLE (FETCH_CHAR (from)) == comstyle)