Variable: tabulated-list-revert-hook
tabulated-list-revert-hook is a variable defined in
tabulated-list.el.gz.
Value
nil
Documentation
Hook run before reverting a Tabulated List buffer.
This is commonly used to recompute tabulated-list-entries.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/tabulated-list.el.gz
(defvar tabulated-list-revert-hook nil
"Hook run before reverting a Tabulated List buffer.
This is commonly used to recompute `tabulated-list-entries'.")