comparison src/syntax.c @ 56720:7c89be334c1b

(back_comment): Fixup globals in all cases.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Aug 2004 22:17:59 +0000
parents ba478e06c729
children 2c932ff651d2
comparison
equal deleted inserted replaced
56719:ba478e06c729 56720:7c89be334c1b
671 or `done'), then we've found the beginning of the non-nested comment. */ 671 or `done'), then we've found the beginning of the non-nested comment. */
672 else if (1) /* !comnested */ 672 else if (1) /* !comnested */
673 { 673 {
674 from = comstart_pos; 674 from = comstart_pos;
675 from_byte = comstart_byte; 675 from_byte = comstart_byte;
676 /* Globals are correct now. */ 676 UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
677 } 677 }
678 else 678 else
679 { 679 {
680 struct lisp_parse_state state; 680 struct lisp_parse_state state;
681 lossage: 681 lossage: