diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/syntax.c | 2 |
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 | { |