Variable: iswitchb-use-faces

iswitchb-use-faces is a customizable variable defined in iswitchb.el.gz.

Value

t

Documentation

Non-nil means use font-lock faces for showing first match.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-use-faces t
  "Non-nil means use font-lock faces for showing first match."
  :type 'boolean)