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:
25c4520
)
eliminate duplicated space.
author
tomo
<tomo>
Wed, 27 Dec 2000 10:28:39 +0000
(10:28 +0000)
committer
tomo
<tomo>
Wed, 27 Dec 2000 10:28:39 +0000
(10:28 +0000)
smtp.el
patch
|
blob
|
history
diff --git
a/smtp.el
b/smtp.el
index
cf8503c
..
4265bbd
100644
(file)
--- a/
smtp.el
+++ b/
smtp.el
@@
-237,7
+237,7
@@
BUFFER is the buffer to associate with the connection. SERVER is name
of the host to connect to. SERVICE is name of the service desired."
(let ((process
(binary-funcall smtp-open-connection-function
- "SMTP" buffer server service))
+ "SMTP" buffer server service))
connection)
(when process
(setq connection (smtp-make-connection process server service))