Mercurial > emacs
changeset 47154:a41a116523ad
(ps-lp-system): Fixed typo in `usg-unix-v'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 30 Aug 2002 15:48:29 +0000 |
parents | 82ef100dd7b3 |
children | 392a41bfe720 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Fri Aug 30 15:21:38 2002 +0000 +++ b/lisp/ps-print.el Fri Aug 30 15:48:29 2002 +0000 @@ -1508,7 +1508,7 @@ (defconst ps-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) (defconst ps-lp-system - (memq system-type '(usq-unix-v dgux hpux irix)))) + (memq system-type '(usg-unix-v dgux hpux irix)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;