# HG changeset patch # User Pavel Jank # Date 1021235741 0 # Node ID b879dff3f4dc0843b375d1ad0bf614bce1a3ce2d # Parent 6953182d75e880a639891883f0e0e93e65c2701b (ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be strings. diff -r 6953182d75e8 -r b879dff3f4dc lisp/net/ange-ftp.el --- a/lisp/net/ange-ftp.el Sun May 12 19:08:48 2002 +0000 +++ b/lisp/net/ange-ftp.el Sun May 12 20:35:41 2002 +0000 @@ -1000,7 +1000,7 @@ "It t, try to use passive mode in ftp, if the client program supports it." :group 'ange-ftp :type 'boolean - :version 21.1) + :version "21.1") (defcustom ange-ftp-passive-host-alist nil "Alist of FTP servers that need \"passive\" mode. @@ -1012,7 +1012,7 @@ :type '(repeat (cons regexp (choice (const :tag "On" "on") (const :tag "Off" "off") (const :tag "Don't change" nil)))) - :version 21.4) + :version "21.4") ;;;; ------------------------------------------------------------ ;;;; Hash table support.