From: Pavel Janík Date: Sun, 12 May 2002 20:36:50 +0000 (+0000) Subject: (ange-ftp-try-passive-mode) X-Git-Tag: ttn-vms-21-2-B4~15085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84778d91c383bbe446e4b6b15dddb49d9e31174f;p=emacs.git (ange-ftp-try-passive-mode) (ange-ftp-passive-host-alist): Change :version attributes to be strings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6d3819e072..c3d749db7f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-05-12 Pavel Jan,Bm(Bk + + * 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 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index a4043fb80e6..720255726ad 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -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") ;;;; ------------------------------------------------------------ ;;;; Hash table support.