From: ueno Date: Thu, 2 Nov 2000 17:39:17 +0000 (+0000) Subject: Fix the last change. X-Git-Tag: deisui-1_14_0-1~14 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba10f626783b55a2600dc8d698236a65d77cdd68;p=elisp%2Fflim.git Fix the last change. --- diff --git a/smtp.el b/smtp.el index e398f8e..61d493d 100644 --- a/smtp.el +++ b/smtp.el @@ -382,7 +382,7 @@ of the host to connect to. SERVICE is name of the service desired." smtp-sasl-user-name "smtp" (smtp-connection-server connection))) (if smtp-sasl-user-realm (sasl-instantiator-set-property - instantiator (list 'realm smtp-sasl-user-realm))) + instantiator 'realm smtp-sasl-user-realm)) (setq mechanism (sasl-authenticator-mechanism authenticator) ;; Retrieve the initial response sasl-response (sasl-evaluate-challenge authenticator instantiator))