changeset 5171:85aadd2a80ba

(ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 06:51:50 +0000
parents feee1e8ab9ad
children 9aa201005b16
files lisp/ange-ftp.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Thu Nov 25 06:47:28 1993 +0000
+++ b/lisp/ange-ftp.el	Thu Nov 25 06:51:50 1993 +0000
@@ -707,7 +707,8 @@
 (defvar ange-ftp-binary-file-name-regexp
   (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|"
 	  "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|"
-	  "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$\\|\\.gz$")
+	  "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$\\|\\.gz$\\|"
+	  "\\.taz$\\|\\.tgz$")
   "*If a file matches this regexp then it is transferred in binary mode.")
 
 (defvar ange-ftp-gateway-host nil
@@ -856,7 +857,7 @@
 ;;;; Internal variables.
 ;;;; ------------------------------------------------------------
 
-(defconst ange-ftp-version "$Revision: 1.35 $")
+(defconst ange-ftp-version "$Revision: 1.36 $")
 
 (defvar ange-ftp-data-buffer-name " *ftp data*"
   "Buffer name to hold directory listing data received from ftp process.")