Mercurial > emacs
comparison lisp/ange-ftp.el @ 2250:1b7eb2d96ddd
Corrected Keywords header.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 18 Mar 1993 21:49:55 +0000 |
parents | bd3c525fa6fc |
children | 9e79f0a666e6 |
comparison
equal
deleted
inserted
replaced
2249:94fc2ce49c55 | 2250:1b7eb2d96ddd |
---|---|
2 | 2 |
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: tools | 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 |
11 ;;; the Free Software Foundation; either version 1, or (at your option) | 11 ;;; the Free Software Foundation; either version 1, or (at your option) |
12 ;;; any later version. | 12 ;;; any later version. |
857 | 857 |
858 ;;;; ------------------------------------------------------------ | 858 ;;;; ------------------------------------------------------------ |
859 ;;;; Internal variables. | 859 ;;;; Internal variables. |
860 ;;;; ------------------------------------------------------------ | 860 ;;;; ------------------------------------------------------------ |
861 | 861 |
862 (defconst ange-ftp-version "$Revision: 1.13 $") | 862 (defconst ange-ftp-version "$Revision: 1.14 $") |
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.") |
866 | 866 |
867 (defvar ange-ftp-netrc-modtime nil | 867 (defvar ange-ftp-netrc-modtime nil |