ps-mode-print-function
ps-mode-print-function is a variable defined in `ps-mode.el'.
Its value is shown below.
- This variable may be risky if used as a file-local variable.
(lambda nil
(let
((lpr-switches nil)
(lpr-command
(if
(memq system-type
'(usg-unix-v hpux irix))
"lp" "lpr")))
(lpr-buffer)))