]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-insert-file-contents): Fix typo in last change.
authorAndreas Schwab <schwab@suse.de>
Wed, 22 Jan 2003 18:45:49 +0000 (18:45 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 22 Jan 2003 18:45:49 +0000 (18:45 +0000)
lisp/jka-compr.el

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