diff options
| -rw-r--r-- | lisp/gnus/nneething.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nneething.el b/lisp/gnus/nneething.el index 9b6a92f10e7..886cbf81461 100644 --- a/lisp/gnus/nneething.el +++ b/lisp/gnus/nneething.el | |||
| @@ -123,7 +123,7 @@ included.") | |||
| 123 | (file-exists-p file) ; The file exists. | 123 | (file-exists-p file) ; The file exists. |
| 124 | (not (file-directory-p file)) ; It's not a dir. | 124 | (not (file-directory-p file)) ; It's not a dir. |
| 125 | (save-excursion | 125 | (save-excursion |
| 126 | (let ((nnmail-file-coding-system 'binary)) | 126 | (let ((nnmail-file-coding-system 'raw-text)) |
| 127 | (nnmail-find-file file)) ; Insert the file in the nntp buf. | 127 | (nnmail-find-file file)) ; Insert the file in the nntp buf. |
| 128 | (unless (nnheader-article-p) ; Either it's a real article... | 128 | (unless (nnheader-article-p) ; Either it's a real article... |
| 129 | (let ((type | 129 | (let ((type |