Variable: ido-downcase-unc-hosts

ido-downcase-unc-hosts is a customizable variable defined in ido.el.gz.

Value

t

Documentation

Non-nil if UNC host names should be downcased.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-downcase-unc-hosts t
  "Non-nil if UNC host names should be downcased."
  :type 'boolean)