aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-01-24 13:28:24 +0000
committerKenichi Handa2003-01-24 13:28:24 +0000
commit8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec (patch)
tree8063963c2e4ed003e81536c21984da15bef6ee17
parentdb046b7d3a05ace4d6d2431695018f7de231710c (diff)
downloademacs-8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec.tar.gz
emacs-8bdf601fe8bbb5701cd320fd0085aa5b8a6ba5ec.zip
(jka-compr-insert-file-contents): Call
docode-coding-inserted-region.
-rw-r--r--lisp/jka-compr.el2
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 `/'."
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)