Variable: ido-work-file-list
ido-work-file-list is a variable defined in ido.el.gz.
Value
nil
Documentation
List of actual work file names.
Opening a file with ido-find-file and similar functions
inserts the current file name (relative to its containing directory)
at the front of this list.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-work-file-list nil
"List of actual work file names.
Opening a file with `ido-find-file' and similar functions
inserts the current file name (relative to its containing directory)
at the front of this list.")