mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(lpr-headers-switches): Set proper value on hpux and usg.
This commit is contained in:
parent
ac8a83413f
commit
9897e2d538
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@
|
|||
"lp" "lpr")
|
||||
"*Shell command for printing a file")
|
||||
|
||||
(defvar lpr-headers-switches (or (memq system-type '(usg-unix-v hpux)) "-p")
|
||||
(defvar lpr-headers-switches
|
||||
(if (memq system-type '(usg-unix-v hpux)) nil "-p")
|
||||
"*List of strings to use as options for `lpr' to request page headings.")
|
||||
|
||||
(defvar print-region-function nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue