# HG changeset patch # User Richard M. Stallman # Date 719649729 0 # Node ID c4943aceac8f3b121331236d95117f7c4bfd16cf # Parent 876e54ad6936941f146fc77161d3f00c5ad86b6b (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v. diff -r 876e54ad6936 -r c4943aceac8f lisp/lpr.el --- a/lisp/lpr.el Wed Oct 21 04:54:45 1992 +0000 +++ b/lisp/lpr.el Wed Oct 21 06:42:09 1992 +0000 @@ -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