projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4bda5
)
(message-send-mail-with-smtp): Require 'smtp.
author
shuhei-k
<shuhei-k>
Fri, 3 Jul 1998 05:19:01 +0000
(
05:19
+0000)
committer
shuhei-k
<shuhei-k>
Fri, 3 Jul 1998 05:19:01 +0000
(
05:19
+0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
b0466e7
..
43b745b
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-2241,6
+2241,7
@@
to find out how to use this."
(defun message-send-mail-with-smtp ()
"Send off the prepared buffer with SMTP."
+ (require 'smtp) ; XXX
(let ((case-fold-search t)
recipients)
(save-restriction