aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-04-06 18:43:26 +0000
committerRichard M. Stallman1999-04-06 18:43:26 +0000
commit312bdc0dcbd5c4ac35b61bd4ac81711e7b7532ac (patch)
treef5d3baa0b2abcb628d393444262717de7db34136
parent52d41803bec65198a696142f9bcb73ce9870c261 (diff)
downloademacs-312bdc0dcbd5c4ac35b61bd4ac81711e7b7532ac.tar.gz
emacs-312bdc0dcbd5c4ac35b61bd4ac81711e7b7532ac.zip
(jka-compr-insert-file-contents):
Use raw-text-unix when we want no conversion.
-rw-r--r--lisp/jka-compr.el2
1 files changed, 1 insertions, 1 deletions
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 `/'."
522 ;; If multibyte characters are disabled, 522 ;; If multibyte characters are disabled,
523 ;; don't do that conversion. 523 ;; don't do that conversion.
524 (and (null enable-multibyte-characters) 524 (and (null enable-multibyte-characters)
525 'raw-text) 525 'raw-text-unix)
526 (let ((coding (find-operation-coding-system 526 (let ((coding (find-operation-coding-system
527 'insert-file-contents 527 'insert-file-contents
528 (jka-compr-byte-compiler-base-file-name file)))) 528 (jka-compr-byte-compiler-base-file-name file))))