Mercurial > emacs
changeset 9900:68411c4271cd
(lpr-headers-switches): Base default on lpr-command value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Nov 1994 12:15:29 +0000 |
parents | 5db59a2f9370 |
children | 9a35aeb4a0db |
files | lisp/lpr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Sat Nov 12 20:05:07 1994 +0000 +++ b/lisp/lpr.el Sun Nov 13 12:15:29 1994 +0000 @@ -43,7 +43,7 @@ "*Name of program for printing a file.") (defvar lpr-headers-switches - (if (memq system-type '(usg-unix-v dgux hpux irix)) nil "-p") + (if (equal lpr-command "lpr") "-p" nil) "*List of strings to use as options for `lpr' to request page headings.") (defvar print-region-function nil