(lpr-headers-switches): Set proper value on hpux and usg.

This commit is contained in:
Richard M. Stallman 1994-01-06 09:22:49 +00:00
parent ac8a83413f
commit 9897e2d538

View file

@ -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