mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(print-region-1): Use lpr-page-header-switches,
not ...-options.
This commit is contained in:
parent
c448c1349f
commit
0841192830
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue