Variable: ido-ignore-item-temp-list

ido-ignore-item-temp-list is a variable defined in ido.el.gz.

Value

nil

Documentation

List of items to ignore in current Ido invocation.

Intended to be let-bound by functions which call Ido repeatedly. Should never be set permanently.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-ignore-item-temp-list nil
  "List of items to ignore in current Ido invocation.
Intended to be let-bound by functions which call Ido repeatedly.
Should never be set permanently.")