changeset 36420:213d5ac23246

(lpr-add-switches): Default to t on gnu/linux.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Feb 2001 19:11:59 +0000
parents 50998d3dd0bb
children 592cfec41c38
files lisp/lpr.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lpr.el	Tue Feb 27 19:07:09 2001 +0000
+++ b/lisp/lpr.el	Tue Feb 27 19:11:59 2001 +0000
@@ -76,8 +76,8 @@
   :type '(repeat (string :tag "Argument"))
   :group 'lpr)
 
-(defcustom lpr-add-switches (eq system-type 'berkeley-unix)
-  "*Non-nil means construct -T and -J options for the printer program.
+(defcustom lpr-add-switches (memq system-type '(berkeley-unix gnu/linux))
+  "*Non-nil means construct `-T' and `-J' options for the printer program.
 These are made assuming that the program is `lpr';
 if you are using some other incompatible printer program,
 this variable should be nil."