Mercurial > emacs
changeset 24569:3472aaf1ed7b
(jka-compr-insert-file-contents):
Use raw-text-unix when we want no conversion.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Apr 1999 18:43:26 +0000 |
parents | 05c797dbc451 |
children | d8a0152b923f |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Tue Apr 06 12:34:12 1999 +0000 +++ b/lisp/jka-compr.el Tue Apr 06 18:43:26 1999 +0000 @@ -522,7 +522,7 @@ ;; If multibyte characters are disabled, ;; don't do that conversion. (and (null enable-multibyte-characters) - 'raw-text) + 'raw-text-unix) (let ((coding (find-operation-coding-system 'insert-file-contents (jka-compr-byte-compiler-base-file-name file))))