From 58848a580b0e12f6ef80d017a66a4c12c33b0d5e Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 16 Aug 2000 17:44:14 +0000 Subject: [PATCH] * smtp.el (smtp-via-smtp): Don't compile transaction-function. --- smtp.el | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4