Variable: window-dead-windows-table
window-dead-windows-table is a variable defined in window.c.
Value
#s(hash-table weakness value)
Documentation
Hash table of dead windows.
Each entry in this table maps a window number to a window object.
Entries are added by delete-window-internal and are removed by the
garbage collector.
Source Code
// Defined in /usr/src/emacs/src/window.c
DEFVAR_LISP ("window-dead-windows-table", window_dead_windows_table,
doc: /* Hash table of dead windows.
Each entry in this table maps a window number to a window object.
Entries are added by `delete-window-internal' and are removed by the
garbage collector. */);