From b129bbdc601d2836bf0fbed034d8a7ca7c4a1171 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 18 Mar 1993 21:49:55 +0000 Subject: [PATCH] Corrected Keywords header. --- lisp/ange-ftp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 0e63e35ed0c..05778b088bf 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -4,7 +4,7 @@ ;;; ??? Waiting for papers from several people. ;;; ;;; Author: Andy Norman (ange@hplb.hpl.hp.com) -;;; Keywords: tools +;;; Keywords: comm ;;; ;;; This program is free software; you can redistribute it and/or modify ;;; 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." ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.13 $") +(defconst ange-ftp-version "$Revision: 1.14 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.")