mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Comment change.
This commit is contained in:
parent
5ed8e09c1d
commit
74edd77690
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
;;; ange-ftp.el --- transparent FTP support for GNU Emacs
|
||||
|
||||
;;; Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
;;; ??? Waiting for papers from several people.
|
||||
;;;
|
||||
;; Author: Andy Norman (ange@hplb.hpl.hp.com)
|
||||
;; Keywords: comm
|
||||
|
|
@ -859,7 +858,7 @@ SIZE, if supplied, should be a prime number."
|
|||
;;;; Internal variables.
|
||||
;;;; ------------------------------------------------------------
|
||||
|
||||
(defconst ange-ftp-version "$Revision: 1.18 $")
|
||||
(defconst ange-ftp-version "$Revision: 1.19 $")
|
||||
|
||||
(defvar ange-ftp-data-buffer-name " *ftp data*"
|
||||
"Buffer name to hold directory listing data received from ftp process.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue