aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorStefan Monnier2004-08-19 22:17:59 +0000
committerStefan Monnier2004-08-19 22:17:59 +0000
commit789f332078f832f5cba45cf72ad3ec7acbe05084 (patch)
tree943e23fdc41cf42b329e251d6b5a73ab7eeac1bd /src/syntax.c
parent709a47ceff00db8bb094a61364dd69d11cb635b2 (diff)
downloademacs-789f332078f832f5cba45cf72ad3ec7acbe05084.tar.gz
emacs-789f332078f832f5cba45cf72ad3ec7acbe05084.zip
(back_comment): Fixup globals in all cases.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
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
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 {