# HG changeset patch # User Richard M. Stallman # Date 983301119 0 # Node ID 213d5ac23246b828acb8f6f53331eda7b9679785 # Parent 50998d3dd0bb97f9ada6da1251a52f52ee46b18b (lpr-add-switches): Default to t on gnu/linux. diff -r 50998d3dd0bb -r 213d5ac23246 lisp/lpr.el --- 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."