From: keiichi Date: Thu, 23 Dec 1999 10:22:45 +0000 (+0000) Subject: (nndraft-request-article): Use `nnheader-file-coding-system'. X-Git-Tag: nana-gnus-7_1_0_16~86 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e7b7208ff7f07162a4b77cc1494a627ca4cfb3fa;p=elisp%2Fgnus.git- (nndraft-request-article): Use `nnheader-file-coding-system'. --- diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 5ec06e6..d4b9590 100644 --- 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)))