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:
f62902d
)
(nndraft-request-article): Use `nnheader-file-coding-system'.
author
keiichi
<keiichi>
Thu, 23 Dec 1999 10:22:45 +0000
(10:22 +0000)
committer
keiichi
<keiichi>
Thu, 23 Dec 1999 10:22:45 +0000
(10:22 +0000)
lisp/nndraft.el
patch
|
blob
|
history
diff --git
a/lisp/nndraft.el
b/lisp/nndraft.el
index
5ec06e6
..
d4b9590
100644
(file)
--- a/
lisp/nndraft.el
+++ b/
lisp/nndraft.el
@@
-113,7
+113,7
@@
(let ((nnmail-file-coding-system
(if (file-newer-than-file-p file auto)
(if (equal group "drafts")
- message-draft-coding-system
+ nnheader-file-coding-system
mm-text-coding-system)
mm-auto-save-coding-system)))
(nnmail-find-file newest)))