]> git.eshelyaron.com Git - emacs.git/commitdiff
(back_comment): Fixup globals in all cases.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 22:17:59 +0000 (22:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 22:17:59 +0000 (22:17 +0000)
src/syntax.c

index e1fb7532b85b39d1415f41409a46df1399585c32..18c88b458e6fdc8db591e20752fe93328a8da918 100644 (file)
@@ -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
     {