From 297f062cd42dd11609fef9a54c60e19586275ca1 Mon Sep 17 00:00:00 2001 From: teranisi Date: Fri, 16 Jun 2000 11:07:17 +0000 Subject: [PATCH] (elmo-get-passwd): Use old backquote style. --- elmo/elmo-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 9e8b456..dafd7b4 100644 --- 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) -- 1.7.10.4