Variable: persist-load-hook

persist-load-hook is a variable defined in persist.el.

Value

nil

Documentation

Special hook run on loading a variable.

Hook functions are called with two values: the symbol and the value it will be set to. If any function returns nil, the variable is not set to the value.

Source Code

;; Defined in ~/.emacs.d/elpa/persist-0.8/persist.el
(defvar persist-load-hook nil
  "Special hook run on loading a variable.

Hook functions are called with two values: the symbol and the
value it will be set to.  If any function returns nil, the
variable is not set to the value.")