Variable: ido-before-fallback-functions
ido-before-fallback-functions is a customizable variable defined in
ido.el.gz.
Value
nil
Documentation
List of functions to call before calling a fallback command.
The fallback command is passed as an argument to the functions.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-before-fallback-functions '()
"List of functions to call before calling a fallback command.
The fallback command is passed as an argument to the functions."
:type 'hook)