projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
162cc33
)
* smtp.el (smtp-via-smtp): Don't compile transaction-function.
author
ueno
<ueno>
Wed, 16 Aug 2000 17:44:14 +0000
(17:44 +0000)
committer
ueno
<ueno>
Wed, 16 Aug 2000 17:44:14 +0000
(17:44 +0000)
smtp.el
patch
|
blob
|
history
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