]> git.eshelyaron.com Git - emacs.git/commit
Another fix for quitting while displaying non-selected windows
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2021 18:29:58 +0000 (21:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2021 18:29:58 +0000 (21:29 +0300)
commit130d47bdccee31d9fd9d74e273443416d2da20fa
tree6dcf7481313290b70d9b568bdbdd556985e09e7e
parentc609b4c7287c416e320a1b95f866f1ce1ce7254d
Another fix for quitting while displaying non-selected windows

* src/xdisp.c (handle_face_prop, extend_face_to_end_of_line):
Inhibit quitting around the call to face_at_pos, to prevent
leaking wrong value of point when the user quits while we
redisplay a non-selected window.  (Bug#44448)
src/xdisp.c