From: Richard M. Stallman Date: Fri, 3 Feb 1995 19:31:12 +0000 (+0000) Subject: (print-region-1): Use lpr-page-header-switches, X-Git-Tag: emacs-19.34~5215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0841192830e05425203f38107a701e642ddcbcc4;p=emacs.git (print-region-1): Use lpr-page-header-switches, not ...-options. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index bab4e2e5a04..9e3c0f59f6f 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -115,7 +115,7 @@ See definition of `print-region-1' for calling conventions.") ;; Run a separate program to get page headers. (print-region-new-buffer start end) (call-process-region start end lpr-page-header-program - t t lpr-page-header-options) + t t lpr-page-header-switches) (setq start (point-min) end (point-max)))) (apply (or print-region-function 'call-process-region) (nconc (list start end lpr-command