Function: ps-print-with-faces

ps-print-with-faces is a byte-compiled function defined in ps-print.el.gz.

Signature

(ps-print-with-faces FROM TO &optional FILENAME REGION-P)

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defun ps-print-with-faces (from to &optional filename region-p)
  (ps-spool-with-faces from to region-p)
  (ps-do-despool filename))