comparison lisp/ange-ftp.el @ 3394:ba08053a354a

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 15:56:29 +0000
parents 103f34320cb5
children 5bd76dd4c6bd
comparison
equal deleted inserted replaced
3393:5ee985ad8340 3394:ba08053a354a
1 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs 1 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
2 2
3 ;;; Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3 ;;; Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 ;;; ??? Waiting for papers from several people.
5 ;;; 4 ;;;
6 ;; Author: Andy Norman (ange@hplb.hpl.hp.com) 5 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
7 ;; Keywords: comm 6 ;; Keywords: comm
8 ;;; 7 ;;;
9 ;;; This program is free software; you can redistribute it and/or modify 8 ;;; This program is free software; you can redistribute it and/or modify
857 856
858 ;;;; ------------------------------------------------------------ 857 ;;;; ------------------------------------------------------------
859 ;;;; Internal variables. 858 ;;;; Internal variables.
860 ;;;; ------------------------------------------------------------ 859 ;;;; ------------------------------------------------------------
861 860
862 (defconst ange-ftp-version "$Revision: 1.18 $") 861 (defconst ange-ftp-version "$Revision: 1.19 $")
863 862
864 (defvar ange-ftp-data-buffer-name " *ftp data*" 863 (defvar ange-ftp-data-buffer-name " *ftp data*"
865 "Buffer name to hold directory listing data received from ftp process.") 864 "Buffer name to hold directory listing data received from ftp process.")
866 865
867 (defvar ange-ftp-netrc-modtime nil 866 (defvar ange-ftp-netrc-modtime nil