Variable: dframe-delete-frame-function
dframe-delete-frame-function is a variable defined in dframe.el.gz.
Value
nil
Documentation
Function used when a frame attached to a dframe frame is deleted.
The function must take an EVENT.
Source Code
;; Defined in /usr/src/emacs/lisp/dframe.el.gz
(defvar dframe-delete-frame-function nil
"Function used when a frame attached to a dframe frame is deleted.
The function must take an EVENT.")