comparison lisp/ps-print.el @ 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 9423094d3e99
children ac7145660745
comparison
equal deleted inserted replaced
47153:82ef100dd7b3 47154:a41a116523ad
1506 1506
1507 1507
1508 (defconst ps-windows-system 1508 (defconst ps-windows-system
1509 (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) 1509 (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
1510 (defconst ps-lp-system 1510 (defconst ps-lp-system
1511 (memq system-type '(usq-unix-v dgux hpux irix)))) 1511 (memq system-type '(usg-unix-v dgux hpux irix))))
1512 1512
1513 1513
1514 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1514 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1515 ;; User Variables: 1515 ;; User Variables:
1516 1516