Function: mh-colors-in-use-p

mh-colors-in-use-p is an autoloaded and byte-compiled function defined in mh-utils.el.gz.

Signature

(mh-colors-in-use-p)

Documentation

Check if colors are being used in the folder buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
;;;###mh-autoload
(defun mh-colors-in-use-p ()
  "Check if colors are being used in the folder buffer."
  (and mh-colors-available-flag font-lock-mode))