Fixed.
authorDaiki Ueno <ueno@unixuser.org>
Wed, 6 Jun 2007 09:13:06 +0000 (09:13 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 6 Jun 2007 09:13:06 +0000 (09:13 +0000)
lisp/riece-twitter.el

index a93e9fc..d828412 100644 (file)
    (let ((username (read-string "Username: "))
         password)
      (unwind-protect
-        (setq password (read-passwd "Password: "))
+        (list (concat username ":"
+                      (setq password (read-passwd "Password: "))))
        (if password
           (riece-twitter-clear-string password))
-       (setq password nil))
-     (list (concat username ":" password))))
+       (setq password nil))))
   (setq riece-twitter-credential credential))
 
 (defun riece-twitter-update (status)