diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ange-ftp.el | 4 |
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. |
| 2308 | Association list of pairs \( TYPE \. FUNC \), where FUNC | 2308 | Association list of pairs \( TYPE \. FUNC \), where FUNC |
| 2309 | is a function to be used to add a file entry for the OS TYPE. The | 2309 | is a function to be used to add a file entry for the OS TYPE. The |
| 2310 | main reason for this alist is to deal with file versions in VMS.") | 2310 | main reason for this alist is to deal with file versions in VMS.") |