diff options
| author | Stefan Monnier | 2026-04-16 11:34:56 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-04-16 11:39:26 -0400 |
| commit | 126eab79b08bcb88c27fc9fef32012584d54541b (patch) | |
| tree | acddf84dde465c751f65cbec9c77df92cd8f66ca | |
| parent | 1811ce52c29b6119d71942f4186c2330f60247a0 (diff) | |
| download | emacs-126eab79b08bcb88c27fc9fef32012584d54541b.tar.gz emacs-126eab79b08bcb88c27fc9fef32012584d54541b.zip | |
src/syntax.c (update_syntax_table): Remove redundant assignment
| -rw-r--r-- | src/syntax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 04b48e91529..7649abb1aa0 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -346,7 +346,6 @@ update_syntax_table (ptrdiff_t charpos, EMACS_INT count, | |||
| 346 | gl_state.e_property = gl_state.stop; | 346 | gl_state.e_property = gl_state.stop; |
| 347 | return; | 347 | return; |
| 348 | } | 348 | } |
| 349 | i = gl_state.forward_i; | ||
| 350 | gl_state.b_property = i->position; | 349 | gl_state.b_property = i->position; |
| 351 | gl_state.e_property = INTERVAL_LAST_POS (i); | 350 | gl_state.e_property = INTERVAL_LAST_POS (i); |
| 352 | } | 351 | } |