summaryrefslogtreecommitdiff
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-08-30 15:49:30 +0000
committerRichard M. Stallman <rms@gnu.org>2002-08-30 15:49:30 +0000
commitd1951e6adc2d5c4ff44a3d2773957e8c928f3a8c (patch)
tree75b655a19875514ed940250069341ef80d90ccd8 /lisp/ps-print.el
parent724f328c91ac8d8cdc35574c0497cbef18620fe1 (diff)
downloademacs-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.el2
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))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;