Variable: ido-dir-file-cache

ido-dir-file-cache is a variable defined in ido.el.gz.

Value

nil

Documentation

List of file-name-all-completions results.

Each element in the list is of the form (DIR (MTIME) FILE...).

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-dir-file-cache nil
  "List of `file-name-all-completions' results.
Each element in the list is of the form (DIR (MTIME) FILE...).")