(ange-ftp-passive-host-alist): Change :version attributes to be strings.
+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
"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.
: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.