changeset 17813:2e13bced7aff

(lpr-page-header-switches): Use -F, not -f.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 May 1997 04:50:40 +0000
parents 7fb38e7df85b
children 56a59138fa6c
files lisp/lpr.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lpr.el	Thu May 15 04:02:49 1997 +0000
+++ b/lisp/lpr.el	Thu May 15 04:50:40 1997 +0000
@@ -78,7 +78,9 @@
   :type 'string
   :group 'lpr)
 
-(defcustom lpr-page-header-switches '("-f")
+;; 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"))
   "*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)