(lpr-headers-switches): Base default on lpr-command value.

This commit is contained in:
Richard M. Stallman 1994-11-13 12:15:29 +00:00
parent 1855c8dd0b
commit 87b8e150eb

View file

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