Variable: after-make-frame-functions
after-make-frame-functions is a variable defined in frame.el.gz.
Value
(hyperb:window-sys-term)
Documentation
Functions to run after make-frame created a new frame.
The functions are run with one argument, the newly created frame.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/frame.el.gz
(defvar after-make-frame-functions nil
"Functions to run after `make-frame' created a new frame.
The functions are run with one argument, the newly created
frame.")