]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 06:51:50 +0000 (06:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 06:51:50 +0000 (06:51 +0000)
lisp/ange-ftp.el

index 57313dcbffc9844a87d2d2c740e6f73654c66fd1..099d60660f3f46e21799c6bf9aba6ac16f63374c 100644 (file)
@@ -707,7 +707,8 @@ process uses the \'dir\' command to get directory information.")
 (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 @@ SIZE, if supplied, should be a prime number."
 ;;;; 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.")