]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-try-passive-mode)
authorPavel Janík <Pavel@Janik.cz>
Sun, 12 May 2002 20:36:50 +0000 (20:36 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 12 May 2002 20:36:50 +0000 (20:36 +0000)
(ange-ftp-passive-host-alist): Change :version attributes to be strings.

lisp/ChangeLog
lisp/net/ange-ftp.el

index f6d3819e072920b8ef2060cae54dce7ba8d7bdfe..c3d749db7f2fa5d3c21ac65f9391723e3752927a 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * net/ange-ftp.el (ange-ftp-try-passive-mode)
+       (ange-ftp-passive-host-alist): Change :version attributes to be
+       strings.
+
 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
 
        * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
index a4043fb80e69c7e59305353c1361727e0e7602fe..720255726adac6fd17e20e6d2bf2e34311239f74 100644 (file)
@@ -1000,7 +1000,7 @@ Don't use any other value."
   "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 @@ or nil meaning don't change it."
   :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")
 \f
 ;;;; ------------------------------------------------------------
 ;;;; Hash table support.