Variable: auto-revert-load-hook

auto-revert-load-hook is a customizable variable defined in autorevert.el.gz.

This variable is obsolete since 28.1; use with-eval-after-load instead.

Value

nil

Documentation

Functions to run when Auto-Revert Mode is first loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defcustom auto-revert-load-hook nil
  "Functions to run when Auto-Revert Mode is first loaded."
  :tag "Load Hook"
  :group 'auto-revert
  :type 'hook)