]> git.eshelyaron.com Git - emacs.git/commit
Avoid aborts when buffer is modified during its redisplay
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Aug 2024 11:01:17 +0000 (14:01 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 09:54:01 +0000 (11:54 +0200)
commit5e56adc338001d425415fa52b65054669849cced
tree8e0b19037820ff2c5bcedcebb979bcbc89d8677c
parent0bad43e6c0b1a27bf86764c60172bf8971a22f0a
Avoid aborts when buffer is modified during its redisplay

* src/xdisp.c (redisplay_window): Restore point from saved byte
position only if the buffer was not changed meanwhile.
(Bug#72165)

(cherry picked from commit ef5466c267542970f28548c820783f3257c1b0cf)
src/xdisp.c