diff options
| author | Richard M. Stallman | 1997-05-15 04:50:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-15 04:50:40 +0000 |
| commit | bafa1a69f6abc92ab894617410c6048caf635852 (patch) | |
| tree | e375766b622053e1582272d8f7537dc7335abb4b | |
| parent | 4544e9dbee944cfef164396717f83f8c43ac421c (diff) | |
| download | emacs-bafa1a69f6abc92ab894617410c6048caf635852.tar.gz emacs-bafa1a69f6abc92ab894617410c6048caf635852.zip | |
(lpr-page-header-switches): Use -F, not -f.
| -rw-r--r-- | lisp/lpr.el | 4 |
1 files changed, 3 insertions, 1 deletions
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." | |||
| 78 | :type 'string | 78 | :type 'string |
| 79 | :group 'lpr) | 79 | :group 'lpr) |
| 80 | 80 | ||
| 81 | (defcustom lpr-page-header-switches '("-f") | 81 | ;; Berkeley systems support -F, and GNU pr supports both -f and -F, |
| 82 | ;; So it looks like -F is a better default. | ||
| 83 | (defcustom lpr-page-header-switches '("-F")) | ||
| 82 | "*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. |
| 83 | The variable `lpr-page-header-program' specifies the program to use." | 85 | The variable `lpr-page-header-program' specifies the program to use." |
| 84 | :type '(repeat string) | 86 | :type '(repeat string) |