Mercurial > emacs
changeset 8598:d49cb56cce45
(lpr-headers-switches): Don't use -p on dgux, irix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Aug 1994 22:43:43 +0000 |
parents | cfd5153bc220 |
children | cf3233d70e94 |
files | lisp/lpr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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