diff options
| -rw-r--r-- | lisp/lpr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index f15a10b7a40..c09b2e6102d 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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 |
