Mercurial > emacs
changeset 7043:acf840ff5c1c
(ange-ftp-add-file-entry-alist): Fix typo in prev change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Apr 1994 05:14:32 +0000 |
parents | 1b4cd3c4531e |
children | 7032d07f5ad9 |
files | lisp/ange-ftp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ange-ftp.el Sat Apr 23 05:09:00 1994 +0000 +++ b/lisp/ange-ftp.el Sat Apr 23 05:14:32 1994 +0000 @@ -851,7 +851,7 @@ ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.45 $") +(defconst ange-ftp-version "$Revision: 1.46 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.") @@ -2304,7 +2304,7 @@ "\\|Nov\\|Dec\\) +[0-3]?[0-9] ")) (defvar ange-ftp-add-file-entry-alist nil - ""Alist saying how to add file entries on certain OS types. + "Alist saying how to add file entries on certain OS types. Association list of pairs \( TYPE \. FUNC \), where FUNC is a function to be used to add a file entry for the OS TYPE. The main reason for this alist is to deal with file versions in VMS.")