comparison src/syntax.c @ 25290:a80acb2a8273

(Fforward_comment): Set comstyle for Scomment_fence.
author Karl Heuer <kwzh@gnu.org>
date Mon, 16 Aug 1999 20:34:56 +0000
parents e94104cf5891
children 3f78f1fed4e0
comparison
equal deleted inserted replaced
25289:64b742df49ca 25290:a80acb2a8273
1656 INC_BOTH (from, from_byte); 1656 INC_BOTH (from, from_byte);
1657 } 1657 }
1658 } 1658 }
1659 while (code == Swhitespace || code == Sendcomment); 1659 while (code == Swhitespace || code == Sendcomment);
1660 1660
1661 if (code != Scomment && code != Scomment_fence) 1661 if (code == Scomment_fence)
1662 comstyle = ST_COMMENT_STYLE;
1663 else if (code != Scomment)
1662 { 1664 {
1663 immediate_quit = 0; 1665 immediate_quit = 0;
1664 DEC_BOTH (from, from_byte); 1666 DEC_BOTH (from, from_byte);
1665 SET_PT_BOTH (from, from_byte); 1667 SET_PT_BOTH (from, from_byte);
1666 return Qnil; 1668 return Qnil;