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:
d55aa13
)
(smtp-deduce-address-list): Don't use `smtp-recipient-address-list' as
author
morioka
<morioka>
Mon, 12 Jan 1998 18:42:13 +0000
(18:42 +0000)
committer
morioka
<morioka>
Mon, 12 Jan 1998 18:42:13 +0000
(18:42 +0000)
global variable.
lisp/smtp.el
patch
|
blob
|
history
diff --git
a/lisp/smtp.el
b/lisp/smtp.el
index
5213d35
..
7dde447
100644
(file)
--- a/
lisp/smtp.el
+++ b/
lisp/smtp.el
@@
-429,7
+429,7
@@
don't define this value."
(cons (buffer-substring (match-beginning 1) (match-end 1))
recipient-address-list))
)
- (setq smtp-recipient-address-list recipient-address-list))
+ recipient-address-list)
)
(kill-buffer smtp-address-buffer))
))