(jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.
This commit is contained in:
parent
98237e7c44
commit
f8d8f6270e
1 changed files with 1 additions and 3 deletions
|
@ -523,9 +523,7 @@ There should be no more than seven characters after the final `/'."
|
|||
;; don't do that conversion.
|
||||
(and (null enable-multibyte-characters)
|
||||
(or (auto-coding-alist-lookup
|
||||
(save-match-data
|
||||
(string-match (jka-compr-info-regexp info) filename)
|
||||
(substring filename 0 (match-beginning 0))))
|
||||
(jka-compr-byte-compiler-base-file-name file))
|
||||
'raw-text))
|
||||
(let ((coding (find-operation-coding-system
|
||||
'insert-file-contents
|
||||
|
|
Loading…
Add table
Reference in a new issue