Variable: suspend-tty-functions

suspend-tty-functions is a variable defined in term.c.

Value

nil

Documentation

Functions run after suspending a tty.

The functions are run with one argument, the terminal object to be suspended. See suspend-tty.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/term.c
  DEFVAR_LISP ("suspend-tty-functions", Vsuspend_tty_functions,
    doc: /* Functions run after suspending a tty.
The functions are run with one argument, the terminal object to be suspended.
See `suspend-tty'.  */);