Variable: ido-slow-ftp-host-regexps

ido-slow-ftp-host-regexps is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

List of regexps matching slow FTP hosts (see ido-slow-ftp-hosts).

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-slow-ftp-host-regexps nil
  "List of regexps matching slow FTP hosts (see `ido-slow-ftp-hosts')."
  :type '(repeat regexp))