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:
3a0d767
)
(smtp-open-connection-function): Add autoload cookie.
author
tomo
<tomo>
Tue, 19 Dec 2000 11:48:54 +0000
(11:48 +0000)
committer
tomo
<tomo>
Tue, 19 Dec 2000 11:48:54 +0000
(11:48 +0000)
smtp.el
patch
|
blob
|
history
diff --git
a/smtp.el
b/smtp.el
index
25b5f72
..
1ccc0e3
100644
(file)
--- a/
smtp.el
+++ b/
smtp.el
@@
-113,6
+113,7
@@
don't define this value."
(defvar sasl-mechanisms)
(autoload 'binary-open-network-stream "raw-io")
+;;;###autoload
(defvar smtp-open-connection-function #'binary-open-network-stream)
(defvar smtp-read-point nil)