Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bab00368
Commit
bab00368
authored
Dec 21, 1997
by
Richard M. Stallman
Browse files
(jka-compr-insert-file-contents):
If enable-multibyte-characters is nil, decode as raw-text.
parent
a59b172a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/jka-compr.el
lisp/jka-compr.el
+4
-0
No files found.
lisp/jka-compr.el
View file @
bab00368
...
...
@@ -504,6 +504,10 @@ There should be no more than seven characters after the final `/'."
size
start
(
coding-system-for-read
(
or
coding-system-for-read
;; If multibyte characters are disabled,
;; don't do that conversion.
(
and
(
null
enable-multibyte-characters
)
'raw-text
)
(
let
((
tail
file-coding-system-alist
)
(
newfile
(
jka-compr-byte-compiler-base-file-name
file
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment