summaryrefslogtreecommitdiff
path: root/lisp/=ftp.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch)
tree68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/=ftp.el
parent5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff)
downloademacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=ftp.el')
-rw-r--r--lisp/=ftp.el5
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