diff options
| author | Eric S. Raymond | 1993-03-19 06:41:41 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-03-19 06:41:41 +0000 |
| commit | 9d9c912e6cbaaf86533c79970db9a8d911bc2d1b (patch) | |
| tree | 5db4ee794cf3bf5c123310db3bd7e32d799482e3 | |
| parent | f5d5eccf37278ee1fca2b77f8f181f06ae9ae65b (diff) | |
| download | emacs-9d9c912e6cbaaf86533c79970db9a8d911bc2d1b.tar.gz emacs-9d9c912e6cbaaf86533c79970db9a8d911bc2d1b.zip | |
Oops...
| -rw-r--r-- | lisp/ange-ftp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 05778b088bf..6d21a3d4951 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. |
| 4 | ;;; ??? Waiting for papers from several people. | 4 | ;;; ??? Waiting for papers from several people. |
| 5 | ;;; | 5 | ;;; |
| 6 | ;;; Author: Andy Norman (ange@hplb.hpl.hp.com) | 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) |
| 7 | ;;; Keywords: comm | 7 | ;; Keywords: comm |
| 8 | ;;; | 8 | ;;; |
| 9 | ;;; This program is free software; you can redistribute it and/or modify | 9 | ;;; This program is free software; you can redistribute it and/or modify |
| 10 | ;;; it under the terms of the GNU General Public License as published by | 10 | ;;; it under the terms of the GNU General Public License as published by |
| @@ -859,7 +859,7 @@ SIZE, if supplied, should be a prime number." | |||
| 859 | ;;;; Internal variables. | 859 | ;;;; Internal variables. |
| 860 | ;;;; ------------------------------------------------------------ | 860 | ;;;; ------------------------------------------------------------ |
| 861 | 861 | ||
| 862 | (defconst ange-ftp-version "$Revision: 1.14 $") | 862 | (defconst ange-ftp-version "$Revision: 1.15 $") |
| 863 | 863 | ||
| 864 | (defvar ange-ftp-data-buffer-name " *ftp data*" | 864 | (defvar ange-ftp-data-buffer-name " *ftp data*" |
| 865 | "Buffer name to hold directory listing data received from ftp process.") | 865 | "Buffer name to hold directory listing data received from ftp process.") |