]> git.eshelyaron.com Git - emacs.git/commitdiff
Make nneething allow CRLF-encoded files (bug#32940)
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 5 Oct 2018 00:22:20 +0000 (00:22 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 5 Oct 2018 00:22:20 +0000 (00:22 +0000)
* lisp/gnus/nneething.el (nneething-request-article):
Bind coding system to raw-text instead of binary when reading a file,
that may be CRLF-encoded (bug#32940).

lisp/gnus/nneething.el

index 9b6a92f10e70d9b84076382bea6c890541d9eaeb..886cbf81461b0043bd9858f68d0c164ea2b09f64 100644 (file)
@@ -123,7 +123,7 @@ included.")
         (file-exists-p file)           ; The file exists.
         (not (file-directory-p file))  ; It's not a dir.
         (save-excursion
-          (let ((nnmail-file-coding-system 'binary))
+          (let ((nnmail-file-coding-system 'raw-text))
             (nnmail-find-file file))   ; Insert the file in the nntp buf.
           (unless (nnheader-article-p) ; Either it's a real article...
             (let ((type