Mercurial > emacs
changeset 1463:c4943aceac8f
(lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Oct 1992 06:42:09 +0000 |
parents | 876e54ad6936 |
children | 7f25b15a6809 |
files | lisp/lpr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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