Variable: ido-merge-ftp-work-directories

ido-merge-ftp-work-directories is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

If nil, merging ignores FTP file names in the work directory list.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-merge-ftp-work-directories nil
  "If nil, merging ignores FTP file names in the work directory list."
  :type 'boolean)