Variable: auto-revert--lockout-timer

auto-revert--lockout-timer is a buffer-local variable defined in autorevert.el.gz.

Documentation

Timer awaiting the end of the notification lockout interval, or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defvar-local auto-revert--lockout-timer nil
  "Timer awaiting the end of the notification lockout interval, or nil.")