Function: pr-txt-print

pr-txt-print is a byte-compiled function defined in printing.el.gz.

Signature

(pr-txt-print FROM TO)

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-txt-print (from to)
  (let ((lpr-command  (pr-standard-file-name (pr-command pr-txt-command)))
	(lpr-switches (pr-switches pr-txt-switches "pr-txt-switches"))
	(printer-name pr-txt-printer))
    (lpr-region from to)))