mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
src/syntax.c (update_syntax_table): Remove redundant assignment
This commit is contained in:
parent
1811ce52c2
commit
126eab79b0
1 changed files with 0 additions and 1 deletions
|
|
@ -346,7 +346,6 @@ update_syntax_table (ptrdiff_t charpos, EMACS_INT count,
|
|||
gl_state.e_property = gl_state.stop;
|
||||
return;
|
||||
}
|
||||
i = gl_state.forward_i;
|
||||
gl_state.b_property = i->position;
|
||||
gl_state.e_property = INTERVAL_LAST_POS (i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue