From: Richard M. Stallman Date: Tue, 6 Apr 1999 18:43:26 +0000 (+0000) Subject: (jka-compr-insert-file-contents): X-Git-Tag: emacs-20.4~380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=312bdc0dcbd5c4ac35b61bd4ac81711e7b7532ac;p=emacs.git (jka-compr-insert-file-contents): Use raw-text-unix when we want no conversion. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index caa07110818..02530bb441e 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -522,7 +522,7 @@ There should be no more than seven characters after the final `/'." ;; 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))))