From 87778cbb9f3029c72e1b997db64753db51a2ef52 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 3 Dec 1998 11:52:07 +0000 Subject: [PATCH] (nndraft-request-article): Don't bind `nnmail-file-coding-system'. --- lisp/nndraft.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/nndraft.el b/lisp/nndraft.el index e99b8be..912893e 100644 --- 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)) -- 1.7.10.4