aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-02-03 19:31:12 +0000
committerRichard M. Stallman <[email protected]>1995-02-03 19:31:12 +0000
commit0841192830e05425203f38107a701e642ddcbcc4 (patch)
tree0b03efd7f2d048d6d0532dbc0e60518df94a211b /lisp/lpr.el
parentc448c1349f5d5f4de977420766f4febf4aadcbfa (diff)
(print-region-1): Use lpr-page-header-switches,
not ...-options.
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index bab4e2e5a0..9e3c0f59f6 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