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:
4bac261
)
(smtpmail-via-smtp): Bind `coding-system-for-read' by
author
morioka
<morioka>
Thu, 8 Jan 1998 07:18:16 +0000
(07:18 +0000)
committer
morioka
<morioka>
Thu, 8 Jan 1998 07:18:16 +0000
(07:18 +0000)
`smtpmail-coding-system' to avoid dead-locking in Emacs 20.
lisp/smtpmail.el
patch
|
blob
|
history
diff --git
a/lisp/smtpmail.el
b/lisp/smtpmail.el
index
a56e951
..
25b29b2
100644
(file)
--- a/
lisp/smtpmail.el
+++ b/
lisp/smtpmail.el
@@
-328,6
+328,7
@@
This is relative to `smtpmail-queue-dir'.")
greeting
process-buffer
(supported-extensions '())
+ (coding-system-for-read smtpmail-coding-system)
(coding-system-for-write smtpmail-coding-system))
(unwind-protect
(catch 'done