]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-insert-file-contents):
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Apr 1999 18:43:26 +0000 (18:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Apr 1999 18:43:26 +0000 (18:43 +0000)
Use raw-text-unix when we want no conversion.

lisp/jka-compr.el

index caa07110818a7b29ffd4a1d97dc09348f5423c88..02530bb441e3e98ac1a69b16abe03f654fe65b95 100644 (file)
@@ -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))))