Variable: mh-ps-print-color-option

mh-ps-print-color-option is a variable defined in mh-print.el.gz.

Value

t

Documentation

Specify how buffer's text color is printed.

Valid values are:

   nil - Do not print colors.
   t - Print colors.
   black-white - Print colors on black/white printer.
                 See also ps-black-white-faces.

Any other value is treated as t. This variable is initialized from ps-print-color-p.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-print.el.gz
(defvar mh-ps-print-color-option ps-print-color-p
  "Specify how buffer's text color is printed.

Valid values are:

   nil         - Do not print colors.
   t           - Print colors.
   black-white - Print colors on black/white printer.
                 See also `ps-black-white-faces'.

Any other value is treated as t. This variable is initialized
from `ps-print-color-p'.")