From bafa1a69f6abc92ab894617410c6048caf635852 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 May 1997 04:50:40 +0000 Subject: [PATCH] (lpr-page-header-switches): Use -F, not -f. --- lisp/lpr.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/lpr.el b/lisp/lpr.el index a9054acd1c4..767366f5669 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -78,7 +78,9 @@ See definition of `print-region-1' for calling conventions." :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) -- 2.39.2