Variable: after-delete-frame-functions
after-delete-frame-functions is a variable defined in frame.c.
Value
nil
Documentation
Functions run after deleting a frame.
The functions are run with one arg, the frame that was deleted and which is now dead.
Probably introduced at or before Emacs version 27.1.
Source Code
// Defined in /usr/src/emacs/src/frame.c
DEFVAR_LISP ("after-delete-frame-functions",
Vafter_delete_frame_functions,
doc: /* Functions run after deleting a frame.
The functions are run with one arg, the frame that was deleted and
which is now dead. */);