# HG changeset patch # User Richard M. Stallman # Date 777681823 0 # Node ID d49cb56cce45f8ba221a424d21083d49b4cbee05 # Parent cfd5153bc220e5fb2d219a149f32da8b8101229e (lpr-headers-switches): Don't use -p on dgux, irix. diff -r cfd5153bc220 -r d49cb56cce45 lisp/lpr.el --- a/lisp/lpr.el Tue Aug 23 22:36:41 1994 +0000 +++ b/lisp/lpr.el Tue Aug 23 22:43:43 1994 +0000 @@ -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