From 8ec1a37406d4e1305df2b696dd90b91167ab2041 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Aug 1994 22:43:43 +0000 Subject: [PATCH] (lpr-headers-switches): Don't use -p on dgux, irix. --- lisp/lpr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5