]> git.eshelyaron.com Git - emacs.git/commit
Move the computation of narrowing bounds for long line optimizations.
authorGregory Heytings <gregory@heytings.org>
Sun, 31 Jul 2022 22:36:55 +0000 (22:36 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 31 Jul 2022 22:38:48 +0000 (00:38 +0200)
commit43a174f62c50871c0bcb6e4b15144a177f028218
treed91771a6fa79581467f00a4f0e47aae8424a7926
parent5e296283f57b21e962e6e6860e448905f99f281e
Move the computation of narrowing bounds for long line optimizations.

* src/xdisp.c (init_iterator): Move the computation from here...
(reseat): ... to here.  Also recompute the position in certain cases.
src/xdisp.c