Mercurial > emacs
changeset 24614:ea0ab5644dca
(jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 12 Apr 1999 08:50:02 +0000 |
parents | 83a507b08fe1 |
children | 393b5f9a3631 |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Mon Apr 12 08:46:09 1999 +0000 +++ b/lisp/jka-compr.el Mon Apr 12 08:50:02 1999 +0000 @@ -523,9 +523,7 @@ ;; 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