Variable: emacs-save-session-functions

emacs-save-session-functions is a variable defined in common-win.el.gz.

Value

nil

Documentation

Special hook run when a save-session event occurs.

The functions do not get any argument. Functions can return non-nil to inform the session manager that the window system shutdown should be aborted.

See also emacs-session-save.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/term/common-win.el.gz
;;;; Session management.

(defvar emacs-save-session-functions nil
  "Special hook run when a save-session event occurs.
The functions do not get any argument.
Functions can return non-nil to inform the session manager that the
window system shutdown should be aborted.

See also `emacs-session-save'.")