* elmo-util.el (elmo-get-passwd): Fix typo.
authorkaoru <kaoru>
Sat, 16 Feb 2008 15:04:43 +0000 (15:04 +0000)
committerkaoru <kaoru>
Sat, 16 Feb 2008 15:04:43 +0000 (15:04 +0000)
elmo/ChangeLog
elmo/elmo-util.el

index 9ccacf2..0148bfc 100644 (file)
@@ -1,5 +1,7 @@
 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
+       * elmo-util.el (elmo-get-passwd): Fix typo.
+
        * elmo-nntp.el (elmo-nntp-get-server-command)
        (elmo-nntp-set-server-command, elmo-nntp-xover-p)
        (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
index d99b47a..87e9eaa 100644 (file)
@@ -591,7 +591,7 @@ Return value is a cons cell of (STRUCTURE . REST)"
                                (elmo-base64-encode-string pass)))))
       (if elmo-passwd-life-time
          (run-with-timer elmo-passwd-life-time nil
-                         `(lambda nil (elmo-remove-passwd ,key))))
+                         `(lambda () (elmo-remove-passwd ,key))))
       pass)))
 
 (defun elmo-remove-passwd (key)