Variable: ido-file-history

ido-file-history is a variable defined in ido.el.gz.

Value

nil

Documentation

History of files selected using ido-find-file.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
;;;; Persistent variables

(defvar ido-file-history nil
  "History of files selected using `ido-find-file'.")