diff options
| -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 `/'." | |||
| 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) |