diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:49:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:49:55 +0000 |
commit | 891274e1fd244a03fc4a4ab9ff8a0172964fbc95 (patch) | |
tree | f69fd61a6b1e15823a7279af23daca1a0de63d3e | |
parent | b7678cebd7d9ec72d882d910f2fa92d2680cb37f (diff) | |
download | emacs-891274e1fd244a03fc4a4ab9ff8a0172964fbc95.tar.gz |
Corrected Keywords header.
-rw-r--r-- | lisp/ange-ftp.el | 4 |
1 files 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.") |