comparison lisp/lpr.el @ 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 2e13bced7aff
children 17c72edb5980
comparison
equal deleted inserted replaced
17864:c662a8633943 17865:bbcdcb97c227
78 :type 'string 78 :type 'string
79 :group 'lpr) 79 :group 'lpr)
80 80
81 ;; Berkeley systems support -F, and GNU pr supports both -f and -F, 81 ;; Berkeley systems support -F, and GNU pr supports both -f and -F,
82 ;; So it looks like -F is a better default. 82 ;; So it looks like -F is a better default.
83 (defcustom lpr-page-header-switches '("-F")) 83 (defcustom lpr-page-header-switches '("-F")
84 "*List of strings to use as options for the page-header-generating program. 84 "*List of strings to use as options for the page-header-generating program.
85 The variable `lpr-page-header-program' specifies the program to use." 85 The variable `lpr-page-header-program' specifies the program to use."
86 :type '(repeat string) 86 :type '(repeat string)
87 :group 'lpr) 87 :group 'lpr)
88 88