From: ueno Date: Wed, 16 Aug 2000 17:44:14 +0000 (+0000) Subject: * smtp.el (smtp-via-smtp): Don't compile transaction-function. X-Git-Tag: deisui-1_14_0-1~36 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=58848a580b0e12f6ef80d017a66a4c12c33b0d5e;p=elisp%2Fflim.git * smtp.el (smtp-via-smtp): Don't compile transaction-function. --- diff --git a/smtp.el b/smtp.el index 9cda32b..dacc24a 100644 --- a/smtp.el +++ b/smtp.el @@ -241,8 +241,6 @@ don't define this value." sender recipients smtp-text-buffer))) (or (functionp function) (error "Unable to compose SMTP commands")) - (if (and (listp function) (eq (car function) 'lambda)) - (setq function (byte-compile function)));; XXX (as-binary-process (setq process (funcall smtp-open-connection-function