changeset 44953:edd77d3b9898

(ange-ftp-passive-host-alist) (ange-ftp-bs2000-additional-pubsets): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Apr 2002 03:56:40 +0000
parents fd324d332ceb
children 8c7b4927beba
files lisp/net/ange-ftp.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el	Mon Apr 29 03:55:57 2002 +0000
+++ b/lisp/net/ange-ftp.el	Mon Apr 29 03:56:40 2002 +0000
@@ -1009,9 +1009,9 @@
 SETTING is \"on\" to turn passive mode on, \"off\" to turn it off,
 or nil meaning don't change it."
   :group 'ange-ftp
-  :type '(list (cons regex (choice (const :tag "On" "on")
-				   (const :tag "Off" "off")
-				   (const :tag "Don't change" nil))))
+  :type '(repeat (cons regexp (choice (const :tag "On" "on")
+				      (const :tag "Off" "off")
+				      (const :tag "Don't change" nil))))
   :version 21.3)
 
 ;;;; ------------------------------------------------------------
@@ -6111,7 +6111,7 @@
   nil
   "*List of additional pubsets available to all users."
   :group 'ange-ftp
-  :type 'string)
+  :type '(repeat string))
 
 ;; These parsing functions are as general as possible because the syntax
 ;; of ftp listings from BS2000 hosts is a bit erratic. What saves us is that