]> git.eshelyaron.com Git - emacs.git/commit
Correct patch from 2021-11-12 on src/fileio.c
authorAlan Mackenzie <acm@muc.de>
Sat, 13 Nov 2021 12:58:23 +0000 (12:58 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 13 Nov 2021 12:58:23 +0000 (12:58 +0000)
commitf740becf8ad1fdd992fb509edb10ff041f163c8f
treee9da301ef7ad61378920ff0ab529a4fbc781163c
parent102406edb1d387bcb3c82ac320c30da5bd705194
Correct patch from 2021-11-12 on src/fileio.c

* src/fileio.c (restore_window_points): Reverse commit
974192413f8a81171b8fd28dfd5c081ce06d3dec and instead replace a < by a <=.
This ensures that if w->mpoint is at the top of the middle region being
replaced, it gets adjusted and stays at the top after the reinsertion.
src/fileio.c