From 3da9d2019dc1e3800fe6036eb037204d7321cfcf Mon Sep 17 00:00:00 2001 From: sperber Date: Wed, 15 Jan 2003 15:41:45 +0000 Subject: [PATCH] ange-ftp -> EFS (in comments) --- scheme/lib/ftp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scheme/lib/ftp.scm b/scheme/lib/ftp.scm index 30b0828..d099ff5 100644 --- a/scheme/lib/ftp.scm +++ b/scheme/lib/ftp.scm @@ -35,8 +35,8 @@ ;; * FTP.pm is a Perl module with similar functionality (available ;; from http://www.perl.com/CPAN) ;; -;; * Emacs gets transparent remote file access from ange-ftp.el by -;; Ange Norman. However, it cheats by using /usr/bin/ftp +;; * XEmacs gets transparent remote file access from EFS. +;; However, it cheats by using /usr/bin/ftp. ;; ;; * Siod (a small-footprint Scheme implementation by George Carette) ;; comes with a file ftp.scm with a small subset of these functions