projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de76d4
)
(elmo-get-passwd): Use old backquote style.
author
teranisi
<teranisi>
Fri, 16 Jun 2000 11:07:17 +0000
(11:07 +0000)
committer
teranisi
<teranisi>
Fri, 16 Jun 2000 11:07:17 +0000
(11:07 +0000)
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
9e8b456
..
dafd7b4
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-772,7
+772,7
@@
File content is encoded with MIME-CHARSET."
(elmo-base64-encode-string pass)))))
(if elmo-passwd-life-time
(run-with-timer elmo-passwd-life-time nil
- `(lambda () (elmo-remove-passwd ,user-at-host))))
+ (` (lambda () (elmo-remove-passwd (, user-at-host))))))
pass)))
(defun elmo-remove-passwd (user-at-host)