Variable: ido-work-directory-list

ido-work-directory-list is a variable defined in ido.el.gz.

Value

nil

Documentation

List of actual working directory names.

The current directory is inserted at the front of this list whenever a file is opened with ido-find-file and family.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-work-directory-list nil
  "List of actual working directory names.
The current directory is inserted at the front of this list whenever a
file is opened with `ido-find-file' and family.")