diff options
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 |