# HG changeset patch # User Richard M. Stallman # Date 864003782 0 # Node ID bbcdcb97c227639407ad2c14cf86ceeb1b6be708 # Parent c662a8633943c24c186b1306a72af7b9c59f7e6c (lpr-page-header-switches): Remove extra paren. diff -r c662a8633943 -r bbcdcb97c227 lisp/lpr.el --- 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)