From: Richard M. Stallman Date: Sun, 13 Nov 1994 12:15:29 +0000 (+0000) Subject: (lpr-headers-switches): Base default on lpr-command value. X-Git-Tag: emacs-19.34~5955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87b8e150eb59ffd39389b7f225fbea73e0ad114f;p=emacs.git (lpr-headers-switches): Base default on lpr-command value. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index a2c9cd55345..4299ef1d30f 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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