comparison lisp/lpr.el @ 5004:1c1661097590

(lpr-command): Check for irix, not silicon-graphic-unix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Nov 1993 00:06:48 +0000
parents ff1f9d7addd9
children f7ea27a729b8
comparison
equal deleted inserted replaced
5003:28ad14078b0e 5004:1c1661097590
33 (defvar lpr-switches nil 33 (defvar lpr-switches nil
34 "*List of strings to pass as extra switch args to lpr when it is invoked.") 34 "*List of strings to pass as extra switch args to lpr when it is invoked.")
35 35
36 ;;;###autoload 36 ;;;###autoload
37 (defvar lpr-command 37 (defvar lpr-command
38 (if (memq system-type '(usg-unix-v dgux-unix hpux silicon-graphics-unix)) 38 (if (memq system-type '(usg-unix-v dgux-unix hpux irix))
39 "lp" "lpr") 39 "lp" "lpr")
40 "*Shell command for printing a file") 40 "*Shell command for printing a file")
41 41
42 (defvar print-region-function nil 42 (defvar print-region-function nil
43 "Function to call to print the region on a printer. 43 "Function to call to print the region on a printer.