[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el |
Date: |
Mon, 05 Aug 2002 12:26:49 -0400 |
Index: emacs/lisp/net/ange-ftp.el
diff -c emacs/lisp/net/ange-ftp.el:1.41 emacs/lisp/net/ange-ftp.el:1.42
*** emacs/lisp/net/ange-ftp.el:1.41 Sat Jul 13 18:10:02 2002
--- emacs/lisp/net/ange-ftp.el Mon Aug 5 12:26:48 2002
***************
*** 543,574 ****
;; aspects of ange-ftp. New versions of ange-ftp are posted periodically to
;; the mailing list.
- ;; [The following information about lists may be obsolete.]
-
;; To [un]subscribe to ange-ftp-lovers, or to report mailer problems with the
;; list, please mail one of the following addresses:
;;
! ;; address@hidden
! ;; or
! ;; address@hidden
;;
;; Please don't forget the -request part.
;;
;; For mail to be posted directly to ange-ftp-lovers, send to one of the
;; following addresses:
;;
! ;; address@hidden
! ;; or
! ;; address@hidden
;;
;; Alternatively, there is a mailing list that only gets announcements of new
;; ange-ftp releases. This is called ange-ftp-lovers-announce, and can be
;; subscribed to by e-mailing to the -request address as above. Please make
;; it clear in the request which mailing list you wish to join.
-
- ;; The archives for ange-ftp-lovers can be found via anonymous ftp under:
- ;;
- ;; ftp.reed.edu:pub/mailing-lists/ange-ftp/
;; -----------------------------------------------------------
;; Technical information on this package:
--- 543,564 ----
;; aspects of ange-ftp. New versions of ange-ftp are posted periodically to
;; the mailing list.
;; To [un]subscribe to ange-ftp-lovers, or to report mailer problems with the
;; list, please mail one of the following addresses:
;;
! ;; address@hidden
;;
;; Please don't forget the -request part.
;;
;; For mail to be posted directly to ange-ftp-lovers, send to one of the
;; following addresses:
;;
! ;; address@hidden
;;
;; Alternatively, there is a mailing list that only gets announcements of new
;; ange-ftp releases. This is called ange-ftp-lovers-announce, and can be
;; subscribed to by e-mailing to the -request address as above. Please make
;; it clear in the request which mailing list you wish to join.
;; -----------------------------------------------------------
;; Technical information on this package:
***************
*** 916,925 ****
arrange to strip out trailing ^M characters.")
(defcustom ange-ftp-smart-gateway nil
! "*Non-nil means the ftp gateway and/or the gateway ftp program is smart.
Don't bother telnetting, etc., already connected to desired host
transparently,
! or just issue a address@hidden command in case \`ange-ftp-gateway-host\' is
non-nil."
:group 'ange-ftp
:type 'boolean)
--- 906,916 ----
arrange to strip out trailing ^M characters.")
(defcustom ange-ftp-smart-gateway nil
! "*Non-nil says the ftp gateway (proxy) or gateway ftp program is smart.
Don't bother telnetting, etc., already connected to desired host
transparently,
! or just issue a address@hidden command in case \`ange-ftp-gateway-host\' is
non-nil.
! See also `ange-ftp-smart-gateway-port'."
:group 'ange-ftp
:type 'boolean)
- [Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el,
Richard M. Stallman <=