Variable: forward-list-function
forward-list-function is a variable defined in lisp.el.gz.
Value
nil
Documentation
If non-nil, forward-list delegates to this function.
Should take the same arguments and behave similarly to forward-list.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp.el.gz
(defvar forward-list-function nil
"If non-nil, `forward-list' delegates to this function.
Should take the same arguments and behave similarly to `forward-list'.")