Mercurial > emacs
changeset 5004:1c1661097590
(lpr-command): Check for irix, not silicon-graphic-unix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Nov 1993 00:06:48 +0000 |
parents | 28ad14078b0e |
children | c762abae3964 |
files | lisp/lpr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Sun Nov 14 00:06:23 1993 +0000 +++ b/lisp/lpr.el Sun Nov 14 00:06:48 1993 +0000 @@ -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")