mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(lpr-page-header-switches): Remove extra paren.
This commit is contained in:
parent
6f0b000cf6
commit
63c7b22095
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ See definition of `print-region-1' for calling conventions."
|
|||
|
||||
;; 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"))
|
||||
(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