Variable: pr-ps-name
pr-ps-name is a customizable variable defined in printing.el.gz.
Value
default
Documentation
Specify a printer for printing a PostScript file.
This printer name symbol should be defined on pr-ps-printer-alist (see it for
documentation).
This variable should be modified by customization engine. If this variable is
modified by other means (for example, a Lisp function), use pr-update-menus
function (see it for documentation) to update PostScript printer menu.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defcustom pr-ps-name 'default
"Specify a printer for printing a PostScript file.
This printer name symbol should be defined on `pr-ps-printer-alist' (see it for
documentation).
This variable should be modified by customization engine. If this variable is
modified by other means (for example, a Lisp function), use `pr-update-menus'
function (see it for documentation) to update PostScript printer menu."
:type 'symbol
:set 'pr-ps-name-custom-set)