Variable: ido-read-file-name-as-directory-commands

ido-read-file-name-as-directory-commands is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

List of commands which use read-file-name to read a directory name.

When ido-everywhere(var)/ido-everywhere(fun) is non-nil, the commands in this list will read the directory using ido-read-directory-name.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-read-file-name-as-directory-commands '()
  "List of commands which use `read-file-name' to read a directory name.
When `ido-everywhere' is non-nil, the commands in this list will read
the directory using `ido-read-directory-name'."
  :type '(repeat symbol))