]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-default-user,
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:47:03 +0000 (08:47 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:47:03 +0000 (08:47 +0000)
ange-ftp-generate-anonymous-password): Use `other' widget type.

lisp/ange-ftp.el

index 138e4a2ac1ac671f7276688a872f4ecaa1e7334d..6053d43a5905a2e6b02af065ec8b172224aa4d6e 100644 (file)
@@ -740,8 +740,8 @@ since setting `ange-ftp-default-user' directly does not affect
 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 there is one."
 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."