/[emacs]/emacs/lisp/net/ange-ftp.el
ViewVC logotype

Diff of /emacs/lisp/net/ange-ftp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by eliz, Sun May 12 17:28:42 2002 UTC revision 1.32 by pj, Sun May 12 20:35:41 2002 UTC
# Line 1000  Don't use any other value." Line 1000  Don't use any other value."
1000    "It t, try to use passive mode in ftp, if the client program supports it."    "It t, try to use passive mode in ftp, if the client program supports it."
1001    :group 'ange-ftp    :group 'ange-ftp
1002    :type 'boolean    :type 'boolean
1003    :version 21.1)    :version "21.1")
1004    
1005  (defcustom ange-ftp-passive-host-alist nil  (defcustom ange-ftp-passive-host-alist nil
1006    "Alist of FTP servers that need \"passive\" mode.    "Alist of FTP servers that need \"passive\" mode.
# Line 1012  or nil meaning don't change it." Line 1012  or nil meaning don't change it."
1012    :type '(repeat (cons regexp (choice (const :tag "On" "on")    :type '(repeat (cons regexp (choice (const :tag "On" "on")
1013                                        (const :tag "Off" "off")                                        (const :tag "Off" "off")
1014                                        (const :tag "Don't change" nil))))                                        (const :tag "Don't change" nil))))
1015    :version 21.4)    :version "21.4")
1016    
1017  ;;;; ------------------------------------------------------------  ;;;; ------------------------------------------------------------
1018  ;;;; Hash table support.  ;;;; Hash table support.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26