changeset 17865:bbcdcb97c227

(lpr-page-header-switches): Remove extra paren.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 1997 01:03:02 +0000
parents c662a8633943
children 7d458582345c
files lisp/lpr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lpr.el	Mon May 19 01:01:25 1997 +0000
+++ b/lisp/lpr.el	Mon May 19 01:03:02 1997 +0000
@@ -80,7 +80,7 @@
 
 ;; 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)