comparison lisp/jka-compr.el @ 49418:9ab0a4464ac9

(jka-compr-insert-file-contents): Call docode-coding-inserted-region.
author Kenichi Handa <handa@m17n.org>
date Fri, 24 Jan 2003 13:28:24 +0000
parents 08f632f2bdae
children e88404e8f2cf
comparison
equal deleted inserted replaced
49417:c0097d579165 49418:9ab0a4464ac9
591 (and 591 (and
592 local-copy 592 local-copy
593 (file-exists-p local-copy) 593 (file-exists-p local-copy)
594 (delete-file local-copy))) 594 (delete-file local-copy)))
595 595
596 (decode-coding-region-as-inserted-from-file 596 (decode-coding-inserted-region
597 (point) (+ (point) size) 597 (point) (+ (point) size)
598 (jka-compr-byte-compiler-base-file-name file) 598 (jka-compr-byte-compiler-base-file-name file)
599 visit beg end replace) 599 visit beg end replace)
600 600
601 (and 601 (and