(lpr-page-header-switches): Remove extra paren.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 01:03:02 +0000 (01:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 01:03:02 +0000 (01:03 +0000)
lisp/lpr.el

index 767366f..3b8e2d8 100644 (file)
@@ -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)