(print-region-1): When running pr, use -h always.
authorKarl Heuer <kwzh@gnu.org>
Wed, 19 Nov 1997 04:25:20 +0000 (04:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 19 Nov 1997 04:25:20 +0000 (04:25 +0000)
lisp/lpr.el

index 3b8e2d8..40f9d81 100644 (file)
@@ -157,8 +157,7 @@ The variable `lpr-page-header-program' specifies the program to use."
              (setq start (car new-coords) end (cdr new-coords)))
            (apply 'call-process-region start end lpr-page-header-program
                                 t t nil
-                                (nconc (and lpr-add-switches
-                                            (list "-h" title))
+                                (nconc (list "-h" title)
                                        lpr-page-header-switches))
            (setq start (point-min) end (point-max))))
       (apply (or print-region-function 'call-process-region)