From: teranisi Date: Fri, 16 Jun 2000 11:07:17 +0000 (+0000) Subject: (elmo-get-passwd): Use old backquote style. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297f062cd42dd11609fef9a54c60e19586275ca1;p=elisp%2Fwanderlust.git (elmo-get-passwd): Use old backquote style. --- 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)