(nndraft-request-article): Don't bind `nnmail-file-coding-system'.
authoryamaoka <yamaoka>
Thu, 3 Dec 1998 11:52:07 +0000 (11:52 +0000)
committeryamaoka <yamaoka>
Thu, 3 Dec 1998 11:52:07 +0000 (11:52 +0000)
lisp/nndraft.el

index e99b8be..912893e 100644 (file)
           (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))