(elmo-get-passwd): Use old backquote style.
authorteranisi <teranisi>
Fri, 16 Jun 2000 11:07:17 +0000 (11:07 +0000)
committerteranisi <teranisi>
Fri, 16 Jun 2000 11:07:17 +0000 (11:07 +0000)
elmo/elmo-util.el

index 9e8b456..dafd7b4 100644 (file)
@@ -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)