Index: syntax.c =================================================================== RCS file: /usr/CVSroot/XEmacs/xemacs/src/syntax.c,v retrieving revision 1.7.2.18 diff -u -r1.7.2.18 syntax.c --- syntax.c 2001/02/09 16:00:37 1.7.2.18 +++ syntax.c 2001/02/15 22:12:18 @@ -830,8 +830,6 @@ as the comment sequence which began this comment section */ { - from++; - UPDATE_SYNTAX_CACHE_FORWARD (from); break; } } @@ -1693,12 +1691,12 @@ SYNTAX_CODE_FROM_CACHE (mirrortab, BUF_FETCH_CHAR (buf, from)); if (SYNTAX_CODES_START_P (syncode, next_syncode)) - { - code = Scomment; + { + code = Scomment; state.comstyle = SYNTAX_CODES_COMMENT_MASK_START (syncode, next_syncode) == SYNTAX_COMMENT_STYLE_A ? 0 : 1; state.comstr_start = from - 1; - from++; + from++; UPDATE_SYNTAX_CACHE_FORWARD (from); } }