From: Stefan Monnier Date: Thu, 19 Aug 2004 22:17:59 +0000 (+0000) Subject: (back_comment): Fixup globals in all cases. X-Git-Tag: ttn-vms-21-2-B4~5241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=789f332078f832f5cba45cf72ad3ec7acbe05084;p=emacs.git (back_comment): Fixup globals in all cases. --- 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 {