summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-01-22 18:45:49 +0000
committerAndreas Schwab <schwab@suse.de>2003-01-22 18:45:49 +0000
commitd7c33854511fe739d8aef34007e4355905cf876c (patch)
tree43621b42629c641ea3e8707171b49d3835de3780 /lisp
parentffdf4f267a4e630e055c1470cae04525dee0784c (diff)
downloademacs-d7c33854511fe739d8aef34007e4355905cf876c.tar.gz
(jka-compr-insert-file-contents): Fix typo in last change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/jka-compr.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index 9f6baaf3cb7..32bd6ea55c1 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -1,6 +1,6 @@
;;; jka-compr.el --- reading/writing/loading compressed files
-;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
;; Author: jka@ece.cmu.edu (Jay K. Adams)
;; Maintainer: FSF
@@ -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-region-as-inserted-from-file
+ (decode-coding-region-as-inserted-from-file
(point) (+ (point) size)
(jka-compr-byte-compiler-base-file-name file)
visit beg end replace)