Variable: emacs-lock-locked-buffer-functions

emacs-lock-locked-buffer-functions is a customizable variable defined in emacs-lock.el.gz.

Value

nil

Documentation

Abnormal hook run when Emacs Lock prevents exiting Emacs, or killing a buffer.

The functions get one argument, the first locked buffer found.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lock.el.gz
(defcustom emacs-lock-locked-buffer-functions nil
  "Abnormal hook run when Emacs Lock prevents exiting Emacs, or killing a buffer.
The functions get one argument, the first locked buffer found."
  :type 'hook
  :group 'emacs-lock
  :version "24.3")