]> git.eshelyaron.com Git - emacs.git/commit
Prevent redisplay from moving point behind user's back
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Nov 2020 20:10:06 +0000 (22:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 Nov 2020 20:10:06 +0000 (22:10 +0200)
commit89740e9cb59ec05f3eef5a53dc39845d7d9fb638
treea3da4a2f9cf17fcde93f3c283c1ad2271d65f5bb
parent5932df74354316e117b2e6a43dc3ffd748aa7c7f
Prevent redisplay from moving point behind user's back

* src/bidi.c (bidi_at_paragraph_end, bidi_find_paragraph_start):
Bind inhibit-quit to a non-nil value around calls to
fast_looking_at, to prevent breaking out of redisplay_window,
which temporarily moves point in buffers shown in non-selected
windows.  (Bug#44448)
src/bidi.c