summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-23 22:43:43 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-23 22:43:43 +0000
commit0af94352d20ddc3525d71d494596469dc3da16e3 (patch)
tree88c3e9794d6b6ad580d5b83d630ebfd843829822
parent0838e1efe4d4cef93ca5fc467c487d60033d4e18 (diff)
downloademacs-0af94352d20ddc3525d71d494596469dc3da16e3.tar.gz
(lpr-headers-switches): Don't use -p on dgux, irix.
-rw-r--r--lisp/lpr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index 7f5ff8d1542..272d5af04d8 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -43,7 +43,7 @@
"*Shell command for printing a file")
(defvar lpr-headers-switches
- (if (memq system-type '(usg-unix-v hpux)) nil "-p")
+ (if (memq system-type '(usg-unix-v dgux hpux irix)) nil "-p")
"*List of strings to use as options for `lpr' to request page headings.")
(defvar print-region-function nil