diff options
author | Kenichi Handa <handa@m17n.org> | 2003-01-24 13:28:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-01-24 13:28:24 +0000 |
commit | 8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec (patch) | |
tree | 8063963c2e4ed003e81536c21984da15bef6ee17 /lisp | |
parent | db046b7d3a05ace4d6d2431695018f7de231710c (diff) | |
download | emacs-8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec.tar.gz |
(jka-compr-insert-file-contents): Call
docode-coding-inserted-region.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/jka-compr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 32bd6ea55c1..e1780b33296 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -593,7 +593,7 @@ There should be no more than seven characters after the final `/'." (file-exists-p local-copy) (delete-file local-copy))) - (decode-coding-region-as-inserted-from-file + (decode-coding-inserted-region (point) (+ (point) size) (jka-compr-byte-compiler-base-file-name file) visit beg end replace) |