]> code.delx.au - gnu-emacs/commitdiff
(lpr-command): Check for irix, not silicon-graphic-unix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 1993 00:06:48 +0000 (00:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 1993 00:06:48 +0000 (00:06 +0000)
lisp/lpr.el

index 8ffb7f37e9b21ba8f3095ebbb59e09a09387b330..6e92289709da63db230c51da4cb3aaf2a37fe721 100644 (file)
@@ -35,7 +35,7 @@
 
 ;;;###autoload
 (defvar lpr-command
-  (if (memq system-type '(usg-unix-v dgux-unix hpux silicon-graphics-unix))
+  (if (memq system-type '(usg-unix-v dgux-unix hpux irix))
       "lp" "lpr")
   "*Shell command for printing a file")