aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ange-ftp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el
index 57313dcbffc..099d60660f3 100644
--- a/lisp/ange-ftp.el
+++ b/lisp/ange-ftp.el
@@ -707,7 +707,8 @@ process uses the \'dir\' command to get directory information.")
707(defvar ange-ftp-binary-file-name-regexp 707(defvar ange-ftp-binary-file-name-regexp
708 (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|" 708 (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|"
709 "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|" 709 "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|"
710 "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$\\|\\.gz$") 710 "\\.EXE\\(;[0-9]+\\)?$\\|\\.[zZ]-part-..$\\|\\.gz$\\|"
711 "\\.taz$\\|\\.tgz$")
711 "*If a file matches this regexp then it is transferred in binary mode.") 712 "*If a file matches this regexp then it is transferred in binary mode.")
712 713
713(defvar ange-ftp-gateway-host nil 714(defvar ange-ftp-gateway-host nil
@@ -856,7 +857,7 @@ SIZE, if supplied, should be a prime number."
856;;;; Internal variables. 857;;;; Internal variables.
857;;;; ------------------------------------------------------------ 858;;;; ------------------------------------------------------------
858 859
859(defconst ange-ftp-version "$Revision: 1.35 $") 860(defconst ange-ftp-version "$Revision: 1.36 $")
860 861
861(defvar ange-ftp-data-buffer-name " *ftp data*" 862(defvar ange-ftp-data-buffer-name " *ftp data*"
862 "Buffer name to hold directory listing data received from ftp process.") 863 "Buffer name to hold directory listing data received from ftp process.")