changeset 22566:a9b9f92d0f4d

(ange-ftp-default-user, ange-ftp-generate-anonymous-password): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 08:47:03 +0000
parents 3d2804459d84
children b20af24c6cdd
files lisp/ange-ftp.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Wed Jun 24 05:25:01 1998 +0000
+++ b/lisp/ange-ftp.el	Wed Jun 24 08:47:03 1998 +0000
@@ -740,8 +740,8 @@
 the cached information."
   :group 'ange-ftp
   :type '(choice (const :tag "Default" nil)
-		 (const :tag "Prompt" t)
-		 string))
+		 string
+		 (other :tag "Prompt" t)))
 
 (defcustom ange-ftp-netrc-default-user nil
   "Alternate default user name to use when none is specified.
@@ -782,9 +782,9 @@
 If a string, then use that string as the password.
 If nil, prompt the user for a password."
   :group 'ange-ftp
-  :type '(choice (const :tag "User address" t)
-		 (const :tag "Prompt" nil)
-		 string))
+  :type '(choice (const :tag "Prompt" nil)
+		 string
+		 (other :tag "User address" t)))
 
 (defcustom ange-ftp-dumb-unix-host-regexp nil
   "*If non-nil, regexp matching hosts on which `dir' command lists directory."