Variable: suspend-resume-hook

suspend-resume-hook is a variable defined in subr.el.gz.

Value

nil

Documentation

Normal hook run by suspend-emacs, after Emacs is continued.

View in manual

Probably introduced at or before Emacs version 18.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar suspend-resume-hook nil
  "Normal hook run by `suspend-emacs', after Emacs is continued.")