aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEric S. Raymond1993-03-18 21:49:55 +0000
committerEric S. Raymond1993-03-18 21:49:55 +0000
commitb129bbdc601d2836bf0fbed034d8a7ca7c4a1171 (patch)
tree5301adf8bc630af3ecddb3be41e2e4794b98c16d /lisp
parent68e60225439151698d76301cc32f089f5be3206a (diff)
downloademacs-b129bbdc601d2836bf0fbed034d8a7ca7c4a1171.tar.gz
emacs-b129bbdc601d2836bf0fbed034d8a7ca7c4a1171.zip
Corrected Keywords header.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ange-ftp.el4
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 @@
4;;; ??? Waiting for papers from several people. 4;;; ??? Waiting for papers from several people.
5;;; 5;;;
6;;; Author: Andy Norman (ange@hplb.hpl.hp.com) 6;;; Author: Andy Norman (ange@hplb.hpl.hp.com)
7;;; Keywords: tools 7;;; Keywords: comm
8;;; 8;;;
9;;; This program is free software; you can redistribute it and/or modify 9;;; This program is free software; you can redistribute it and/or modify
10;;; it under the terms of the GNU General Public License as published by 10;;; 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."
859;;;; Internal variables. 859;;;; Internal variables.
860;;;; ------------------------------------------------------------ 860;;;; ------------------------------------------------------------
861 861
862(defconst ange-ftp-version "$Revision: 1.13 $") 862(defconst ange-ftp-version "$Revision: 1.14 $")
863 863
864(defvar ange-ftp-data-buffer-name " *ftp data*" 864(defvar ange-ftp-data-buffer-name " *ftp data*"
865 "Buffer name to hold directory listing data received from ftp process.") 865 "Buffer name to hold directory listing data received from ftp process.")