1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(print-region-1): Use lpr-page-header-switches,

not ...-options.
This commit is contained in:
Richard M. Stallman 1995-02-03 19:31:12 +00:00
parent c448c1349f
commit 0841192830

View File

@ -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