]> git.eshelyaron.com Git - emacs.git/commit
Protect Vframe_list updating from interruptions
authorRobert Pluim <rpluim@gmail.com>
Mon, 6 Jan 2025 15:38:07 +0000 (16:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 11 Jan 2025 11:19:30 +0000 (12:19 +0100)
commitc4d76ea8d4c13ba32f0a62ead53bc92c140685b4
tree9d3ef478d61e61b2b945955d8e1ff5f37e31eaf3
parent5d8f4fd35512938ddc28714d1c41523681f55032
Protect Vframe_list updating from interruptions

* src/frame.c (delete_frame): When deleting the frame from
Vframe_list, block input, since input can arrive whilst we're
running lisp  (Bug#74902).

(cherry picked from commit 8e9ad92a140e89c3e29dd7ab148534289e7769db)
src/frame.c