diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-22 21:59:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-22 21:59:40 +0000 |
commit | a337468045409bc0d9179f4cdda010dbab2a5989 (patch) | |
tree | ce85d6ca33e474a2c4acb3e14160c8ff9a9bb9e3 /lisp/ps-print.el | |
parent | 3f12e3f4bf054763b6507577e72a55a02302ace7 (diff) | |
download | emacs-a337468045409bc0d9179f4cdda010dbab2a5989.tar.gz |
Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.
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 16be4439a59..cbf3785e3d1 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1478,7 +1478,7 @@ Please send all bug fixes and enhancements to (defconst ps-windows-system - (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) + (memq system-type '(ms-dos windows-nt))) (defconst ps-lp-system (memq system-type '(usg-unix-v hpux irix))) |