Variable: so-long-revert-function

so-long-revert-function is a buffer-local variable defined in so-long.el.gz.

Documentation

The function called by so-long-revert.

This should be set in conjunction with so-long-function(var)/so-long-function(fun). This usually happens automatically, based on the value of so-long-action.

The specified function will be called with no arguments, after which so-long-revert-hook runs.

Source Code

;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defvar-local so-long-revert-function nil
  "The function called by `so-long-revert'.

This should be set in conjunction with `so-long-function'.  This usually
happens automatically, based on the value of `so-long-action'.

The specified function will be called with no arguments, after which
`so-long-revert-hook' runs.")