aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-23 22:43:43 +0000
committerRichard M. Stallman1994-08-23 22:43:43 +0000
commit8ec1a37406d4e1305df2b696dd90b91167ab2041 (patch)
tree09f330c264c91875fe1d0ce38060eb776c6b43fc
parent4018b5ef31d23584adcd349a856f7248a84a32ba (diff)
downloademacs-8ec1a37406d4e1305df2b696dd90b91167ab2041.tar.gz
emacs-8ec1a37406d4e1305df2b696dd90b91167ab2041.zip
(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 @@
43 "*Shell command for printing a file") 43 "*Shell command for printing a file")
44 44
45(defvar lpr-headers-switches 45(defvar lpr-headers-switches
46 (if (memq system-type '(usg-unix-v hpux)) nil "-p") 46 (if (memq system-type '(usg-unix-v dgux hpux irix)) nil "-p")
47 "*List of strings to use as options for `lpr' to request page headings.") 47 "*List of strings to use as options for `lpr' to request page headings.")
48 48
49(defvar print-region-function nil 49(defvar print-region-function nil