diff options
Diffstat (limited to 'lisp/url/url-ftp.el')
-rw-r--r-- | lisp/url/url-ftp.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index 19b55c199e3..1dc679a2418 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el @@ -1,7 +1,7 @@ ;;; url-ftp.el --- FTP wrapper -;; Author: $Author: wmperry $ -;; Created: $Date: 1999/11/30 12:47:21 $ -;; Version: $Revision: 1.1 $ +;; Author: $Author: monnier $ +;; Created: $Date: 2004/04/04 01:21:46 $ +;; Version: $Revision: 1.1.1.1 $ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -42,3 +42,5 @@ (defalias 'url-ftp 'url-file) (provide 'url-ftp) + +;;; arch-tag: 9c3e70c4-350f-4d4a-bb51-a1e9b459e7dc |