Variable: ido-max-work-file-list

ido-max-work-file-list is a customizable variable defined in ido.el.gz.

Value

10

Documentation

Maximum number of names of recently opened files to record.

This is the list of the file names (sans directory) which have most recently been opened. See ido-work-file-list and ido-save-directory-list-file.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-max-work-file-list 10
  "Maximum number of names of recently opened files to record.
This is the list of the file names (sans directory) which have most recently
been opened.  See `ido-work-file-list' and `ido-save-directory-list-file'."
  :type 'integer)