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. Note that these functions are usually not run for the initial frame, unless you add them to the hook in your early-init file.

View in manual

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.
Note that these functions are usually not run for the initial
frame, unless you add them to the hook in your early-init file.")