(lpr-page-header-switches): Use -F, not -f.
This commit is contained in:
parent
4544e9dbee
commit
bafa1a69f6
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ See definition of `print-region-1' for calling conventions."
|
|||
:type 'string
|
||||
:group 'lpr)
|
||||
|
||||
(defcustom lpr-page-header-switches '("-f")
|
||||
;; Berkeley systems support -F, and GNU pr supports both -f and -F,
|
||||
;; So it looks like -F is a better default.
|
||||
(defcustom lpr-page-header-switches '("-F"))
|
||||
"*List of strings to use as options for the page-header-generating program.
|
||||
The variable `lpr-page-header-program' specifies the program to use."
|
||||
:type '(repeat string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue