mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(lpr-page-header-switches): Use -f by default.
(lpr-headers-switches): Make it a list.
This commit is contained in:
parent
feebcb337b
commit
3cdcc6111b
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
"*Name of program for printing a file.")
|
||||
|
||||
(defvar lpr-headers-switches
|
||||
(if (equal lpr-command "lpr") "-p" nil)
|
||||
(if (equal lpr-command "lpr") '("-p") nil)
|
||||
"*List of strings to use as options for `lpr' to request page headings.")
|
||||
|
||||
(defvar print-region-function nil
|
||||
|
|
@ -53,7 +53,7 @@ See definition of `print-region-1' for calling conventions.")
|
|||
(defvar lpr-page-header-program "pr"
|
||||
"*Name of program for adding page headers to a file.")
|
||||
|
||||
(defvar lpr-page-header-switches nil
|
||||
(defvar lpr-page-header-switches '("-f")
|
||||
"*List of strings to use as options for `lpr-page-header-program'.")
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue