Mercurial > emacs
comparison lisp/ange-ftp.el @ 9879:f54857d6c2f7
(ange-ftp-version): Var deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Nov 1994 03:18:44 +0000 |
parents | 1bfdc32d5744 |
children | 7e22057e9516 |
comparison
equal
deleted
inserted
replaced
9878:8a68b5794c91 | 9879:f54857d6c2f7 |
---|---|
857 (function string-lessp))) | 857 (function string-lessp))) |
858 | 858 |
859 ;;;; ------------------------------------------------------------ | 859 ;;;; ------------------------------------------------------------ |
860 ;;;; Internal variables. | 860 ;;;; Internal variables. |
861 ;;;; ------------------------------------------------------------ | 861 ;;;; ------------------------------------------------------------ |
862 | |
863 (defconst ange-ftp-version "$Revision: 1.59 $") | |
864 | 862 |
865 (defvar ange-ftp-data-buffer-name " *ftp data*" | 863 (defvar ange-ftp-data-buffer-name " *ftp data*" |
866 "Buffer name to hold directory listing data received from ftp process.") | 864 "Buffer name to hold directory listing data received from ftp process.") |
867 | 865 |
868 (defvar ange-ftp-netrc-modtime nil | 866 (defvar ange-ftp-netrc-modtime nil |