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