projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681943d
)
(nnheader-file-coding-system): Use `raw-text' in default.
author
morioka
<morioka>
Thu, 27 Nov 1997 16:20:21 +0000
(16:20 +0000)
committer
morioka
<morioka>
Thu, 27 Nov 1997 16:20:21 +0000
(16:20 +0000)
lisp/nnheader.el
patch
|
blob
|
history
diff --git
a/lisp/nnheader.el
b/lisp/nnheader.el
index
59353b9
..
366a5ed
100644
(file)
--- a/
lisp/nnheader.el
+++ b/
lisp/nnheader.el
@@
-745,7
+745,7
@@
If FILE, find the \".../etc/PACKAGE\" file instead."
(ange-ftp-re-read-dir path)))))
;; 1997/5/4 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-(defvar nnheader-file-coding-system nil
+(defvar nnheader-file-coding-system 'raw-text
"Coding system used in file backends of Gnus.")
(defun nnheader-insert-file-contents (filename &optional visit beg end replace)