* smtp.el (smtp-via-smtp): Don't compile transaction-function.
authorueno <ueno>
Wed, 16 Aug 2000 17:44:14 +0000 (17:44 +0000)
committerueno <ueno>
Wed, 16 Aug 2000 17:44:14 +0000 (17:44 +0000)
smtp.el

diff --git a/smtp.el b/smtp.el
index 9cda32b..dacc24a 100644 (file)
--- 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