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:
d0fd6ed
)
(nndraft-request-article): Don't bind `nnmail-file-coding-system'.
author
yamaoka
<yamaoka>
Thu, 3 Dec 1998 11:52:07 +0000
(11:52 +0000)
committer
yamaoka
<yamaoka>
Thu, 3 Dec 1998 11:52:07 +0000
(11:52 +0000)
lisp/nndraft.el
patch
|
blob
|
history
diff --git
a/lisp/nndraft.el
b/lisp/nndraft.el
index
e99b8be
..
912893e
100644
(file)
--- a/
lisp/nndraft.el
+++ b/
lisp/nndraft.el
@@
-109,9
+109,7
@@
(newest (if (file-newer-than-file-p file auto) file auto))
(nntp-server-buffer (or buffer nntp-server-buffer)))
(when (and (file-exists-p newest)
- (let ((nnmail-file-coding-system
- message-draft-coding-system))
- (nnmail-find-file newest)))
+ (nnmail-find-file newest))
(save-excursion
(set-buffer nntp-server-buffer)
(goto-char (point-min))