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
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/ftp.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
downloademacs-1a06eabd17a8eff0635bc7058349f7c22057864c.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