(nndraft-request-article): Use `nnheader-file-coding-system'.
authorkeiichi <keiichi>
Thu, 23 Dec 1999 10:22:45 +0000 (10:22 +0000)
committerkeiichi <keiichi>
Thu, 23 Dec 1999 10:22:45 +0000 (10:22 +0000)
lisp/nndraft.el

index 5ec06e6..d4b9590 100644 (file)
                 (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)))