Variable: term-setup-hook
term-setup-hook is a variable defined in startup.el.gz.
This variable is obsolete since 24.4; use either emacs-startup-hook
or tty-setup-hook instead.
Value
nil
Documentation
Normal hook run immediately after emacs-startup-hook.
In new code, there is no reason to use this instead of emacs-startup-hook.
If you want to execute terminal-specific Lisp code, for example
to override the definitions made by the terminal-specific file,
see tty-setup-hook.
Probably introduced at or before Emacs version 18.50.
Source Code
;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defvar term-setup-hook nil
"Normal hook run immediately after `emacs-startup-hook'.
In new code, there is no reason to use this instead of `emacs-startup-hook'.
If you want to execute terminal-specific Lisp code, for example
to override the definitions made by the terminal-specific file,
see `tty-setup-hook'.")