From 74edd776903d89d16042d7e27edf41a697f08505 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 15:56:29 +0000 Subject: [PATCH] Comment change. --- lisp/ange-ftp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 8f34d9797db..e15b185a8a5 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -1,7 +1,6 @@ ;;; ange-ftp.el --- transparent FTP support for GNU Emacs ;;; Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. -;;; ??? Waiting for papers from several people. ;;; ;; Author: Andy Norman (ange@hplb.hpl.hp.com) ;; Keywords: comm @@ -859,7 +858,7 @@ SIZE, if supplied, should be a prime number." ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.18 $") +(defconst ange-ftp-version "$Revision: 1.19 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.") -- 2.11.4.GIT