From: Richard M. Stallman Date: Tue, 23 Aug 1994 22:43:43 +0000 (+0000) Subject: (lpr-headers-switches): Don't use -p on dgux, irix. X-Git-Tag: emacs-19.34~7255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ec1a37406d4e1305df2b696dd90b91167ab2041;p=emacs.git (lpr-headers-switches): Don't use -p on dgux, irix. --- 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