diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-30 15:49:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-30 15:49:30 +0000 |
commit | d1951e6adc2d5c4ff44a3d2773957e8c928f3a8c (patch) | |
tree | 75b655a19875514ed940250069341ef80d90ccd8 /lisp/ps-print.el | |
parent | 724f328c91ac8d8cdc35574c0497cbef18620fe1 (diff) | |
download | emacs-d1951e6adc2d5c4ff44a3d2773957e8c928f3a8c.tar.gz |
(ps-lp-system): Fixed typo in `usg-unix-v'.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index f474453d752..c2c54c0569f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1508,7 +1508,7 @@ Please send all bug fixes and enhancements to (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)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |