From 789f332078f832f5cba45cf72ad3ec7acbe05084 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 19 Aug 2004 22:17:59 +0000 Subject: [PATCH] (back_comment): Fixup globals in all cases. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index e1fb7532b85..18c88b458e6 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -673,7 +673,7 @@ back_comment (from, from_byte, stop, comnested, comstyle, charpos_ptr, bytepos_p { from = comstart_pos; from_byte = comstart_byte; - /* Globals are correct now. */ + UPDATE_SYNTAX_TABLE_FORWARD (from - 1); } else { -- 2.39.2