aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-23 05:14:32 +0000
committerRichard M. Stallman1994-04-23 05:14:32 +0000
commit085fa795f5d6d75891752448e786ae01935fc739 (patch)
treeca6875c1597b30349748447ed26052cead5d078a
parent888b812e1c82fea13368db21ba78761885bfac7c (diff)
downloademacs-085fa795f5d6d75891752448e786ae01935fc739.tar.gz
emacs-085fa795f5d6d75891752448e786ae01935fc739.zip
(ange-ftp-add-file-entry-alist): Fix typo in prev change.
-rw-r--r--lisp/ange-ftp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el
index 1c20af3c647..11aabf9728b 100644
--- a/lisp/ange-ftp.el
+++ b/lisp/ange-ftp.el
@@ -851,7 +851,7 @@ SIZE, if supplied, should be a prime number."
851;;;; Internal variables. 851;;;; Internal variables.
852;;;; ------------------------------------------------------------ 852;;;; ------------------------------------------------------------
853 853
854(defconst ange-ftp-version "$Revision: 1.45 $") 854(defconst ange-ftp-version "$Revision: 1.46 $")
855 855
856(defvar ange-ftp-data-buffer-name " *ftp data*" 856(defvar ange-ftp-data-buffer-name " *ftp data*"
857 "Buffer name to hold directory listing data received from ftp process.") 857 "Buffer name to hold directory listing data received from ftp process.")
@@ -2304,7 +2304,7 @@ away in the internal cache."
2304 "\\|Nov\\|Dec\\) +[0-3]?[0-9] ")) 2304 "\\|Nov\\|Dec\\) +[0-3]?[0-9] "))
2305 2305
2306(defvar ange-ftp-add-file-entry-alist nil 2306(defvar ange-ftp-add-file-entry-alist nil
2307 ""Alist saying how to add file entries on certain OS types. 2307 "Alist saying how to add file entries on certain OS types.
2308Association list of pairs \( TYPE \. FUNC \), where FUNC 2308Association list of pairs \( TYPE \. FUNC \), where FUNC
2309is a function to be used to add a file entry for the OS TYPE. The 2309is a function to be used to add a file entry for the OS TYPE. The
2310main reason for this alist is to deal with file versions in VMS.") 2310main reason for this alist is to deal with file versions in VMS.")