Variable: ido-ignore-unc-host-regexps

ido-ignore-unc-host-regexps is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

List of regexps matching UNC hosts to ignore.

Case is ignored if ido-downcase-unc-hosts is set.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-ignore-unc-host-regexps nil
  "List of regexps matching UNC hosts to ignore.
Case is ignored if `ido-downcase-unc-hosts' is set."
  :type '(repeat regexp))