aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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.")