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:
parent
c448c1349f
commit
0841192830
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user