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.")