changeset 45260:b879dff3f4dc

(ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be strings.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 12 May 2002 20:35:41 +0000
parents 6953182d75e8
children 35ba8c4ea317
files lisp/net/ange-ftp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.