Variable: mh-ps-print-func
mh-ps-print-func is a variable defined in mh-print.el.gz.
Value
ps-spool-buffer-with-faces
Documentation
Function to use to spool a buffer.
Sensible choices are the functions ps-spool-buffer(var)/ps-spool-buffer(fun) and
ps-spool-buffer-with-faces.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-print.el.gz
(defvar mh-ps-print-func 'ps-spool-buffer-with-faces
"Function to use to spool a buffer.
Sensible choices are the functions `ps-spool-buffer' and
`ps-spool-buffer-with-faces'.")