Variable: ido-make-buffer-list-hook
ido-make-buffer-list-hook is a customizable variable defined in
ido.el.gz.
Value
nil
Documentation
List of functions to run when the list of matching buffers is created.
Each function on the list may modify the dynamically bound variable
ido-temp-list which contains the current list of matching buffer names.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-make-buffer-list-hook nil
"List of functions to run when the list of matching buffers is created.
Each function on the list may modify the dynamically bound variable
`ido-temp-list' which contains the current list of matching buffer names."
:type 'hook)