]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-insert-file-contents): Call
authorKenichi Handa <handa@m17n.org>
Fri, 24 Jan 2003 13:28:24 +0000 (13:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 24 Jan 2003 13:28:24 +0000 (13:28 +0000)
docode-coding-inserted-region.

lisp/jka-compr.el

index 32bd6ea55c1e5c88ddc63755073756d6d70c4a4a..e1780b332967d90ab060128366c4bdff5edb2413 100644 (file)
@@ -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)