diff options
| author | Richard M. Stallman | 1994-11-10 03:18:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-10 03:18:44 +0000 |
| commit | a9b44faf45a031268e32ba5ad698c13e89ac0cfb (patch) | |
| tree | 3df55066733db5c4d705556d4de992e25359714b | |
| parent | 536b772adcea208de7bf6d870275a540ea978bc6 (diff) | |
| download | emacs-a9b44faf45a031268e32ba5ad698c13e89ac0cfb.tar.gz emacs-a9b44faf45a031268e32ba5ad698c13e89ac0cfb.zip | |
(ange-ftp-version): Var deleted.
| -rw-r--r-- | lisp/ange-ftp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index c7cb1cc9108..f07f1e7e4d1 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -860,8 +860,6 @@ SIZE, if supplied, should be a prime number." | |||
| 860 | ;;;; Internal variables. | 860 | ;;;; Internal variables. |
| 861 | ;;;; ------------------------------------------------------------ | 861 | ;;;; ------------------------------------------------------------ |
| 862 | 862 | ||
| 863 | (defconst ange-ftp-version "$Revision: 1.59 $") | ||
| 864 | |||
| 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 | ||