diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch) | |
tree | 68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/=ftp.el | |
parent | 5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff) | |
download | emacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=ftp.el')
-rw-r--r-- | lisp/=ftp.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/=ftp.el b/lisp/=ftp.el index 44655357ac3..45e15941245 100644 --- a/lisp/=ftp.el +++ b/lisp/=ftp.el @@ -1,4 +1,5 @@ -;; File input and output over Internet using FTP +;;; ftp.el --- file input and output over Internet using FTP + ;; Copyright (C) 1987 Free Software Foundation, Inc. ;; Author mly@prep.ai.mit.edu. @@ -384,3 +385,5 @@ USER and PASSWORD are defaulted from the values used when (= (process-exit-status process) 0) (set-buffer-modified-p nil)) (message "Reverted"))) + +;;; ftp.el ends here |