]> git.eshelyaron.com Git - emacs.git/commit
In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)
authorMartin Rudalics <rudalics@gmx.at>
Thu, 9 Jan 2025 08:37:13 +0000 (09:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 11 Jan 2025 11:17:41 +0000 (12:17 +0100)
commit82bc6f1530882440324b00ee41cfadef5bf5c0e6
tree2c00998ad8250e6007a2d1f198a87e6bdf5729d3
parent319873bfd660b4a97268206238f3e537e86295d1
In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)

* src/xterm.c (xt_action_hook): Make sure window_being_scrolled
is live (Bug#75120).
* src/pdumper.c (dump_subr): Update pertinent hash of
HASH_Lisp_Subr.

(cherry picked from commit 0edafe0fb6bb3df4fed09eb345b690fbce2c01bb)
src/pdumper.c
src/xterm.c