(lpr-headers-switches): Base default on lpr-command value.
This commit is contained in:
parent
1855c8dd0b
commit
87b8e150eb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
"*Name of program for printing a file.")
|
||||
|
||||
(defvar lpr-headers-switches
|
||||
(if (memq system-type '(usg-unix-v dgux hpux irix)) nil "-p")
|
||||
(if (equal lpr-command "lpr") "-p" nil)
|
||||
"*List of strings to use as options for `lpr' to request page headings.")
|
||||
|
||||
(defvar print-region-function nil
|
||||
|
|
Loading…
Add table
Reference in a new issue