diff lisp/net/ange-ftp.el @ 104552:10c38084881d

Remove code for defunct system-types emx, macos, mswindows, unisoft-unix, vax-vms, win32, w32.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Aug 2009 21:59:40 +0000
parents 0bb3e7671842
children 9902de48eab4
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el	Sat Aug 22 21:53:34 2009 +0000
+++ b/lisp/net/ange-ftp.el	Sat Aug 22 21:59:40 2009 +0000
@@ -1,7 +1,8 @@
 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
 
 ;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
-;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
 ;; Maintainer: FSF
@@ -3220,7 +3221,7 @@
 	       ;; regardless. Maybe a system-type to host-type lookup?
 	       (binary (or (ange-ftp-binary-file filename)
 			   (and (not (memq system-type
-					   '(ms-dos windows-nt macos vax-vms)))
+					   '(ms-dos windows-nt)))
 				(memq (ange-ftp-host-type host user)
 				      '(unix dumb-unix)))))
 	       (cmd (if append 'append 'put))