Variable: lpr-switches
lpr-switches is a customizable variable defined in lpr.el.gz.
Value
nil
Documentation
List of strings to pass as extra options for the printer program.
It is recommended to set printer-name instead of including an explicit
switch on this list.
See lpr-command.
Probably introduced at or before Emacs version 19.1.
Source Code
;; Defined in /usr/src/emacs/lisp/lpr.el.gz
;;;###autoload
(defcustom lpr-switches nil
"List of strings to pass as extra options for the printer program.
It is recommended to set `printer-name' instead of including an explicit
switch on this list.
See `lpr-command'."
:type '(repeat (string :tag "Argument")))