aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-10 03:18:44 +0000
committerRichard M. Stallman1994-11-10 03:18:44 +0000
commita9b44faf45a031268e32ba5ad698c13e89ac0cfb (patch)
tree3df55066733db5c4d705556d4de992e25359714b
parent536b772adcea208de7bf6d870275a540ea978bc6 (diff)
downloademacs-a9b44faf45a031268e32ba5ad698c13e89ac0cfb.tar.gz
emacs-a9b44faf45a031268e32ba5ad698c13e89ac0cfb.zip
(ange-ftp-version): Var deleted.
-rw-r--r--lisp/ange-ftp.el2
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