(lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Oct 1992 06:42:09 +0000 (06:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Oct 1992 06:42:09 +0000 (06:42 +0000)
lisp/lpr.el

index f15a10b..c09b2e6 100644 (file)
@@ -28,7 +28,7 @@
 *List of strings to pass as extra switch args to lpr when it is invoked.")
 
 ;;;###autoload
-(defconst lpr-command (if (eq system-type 'usg-unix-v) "lp" "lpr") "\
+(defconst lpr-command (if (memq system-type '(usg-unix-v hpux silicon-graphics-unix)) "lp" "lpr") "\
 *Shell command for printing a file")
 
 (defvar print-region-function nil