diff lisp/jka-compr.el @ 6218:f4d5338c2142

(jka-compr-insert-file-contents): Handle 5th arg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Mar 1994 23:28:35 +0000
parents 649926e9c1a8
children 34cc2fd97a9e
line wrap: on
line diff
--- a/lisp/jka-compr.el	Sat Mar 05 23:27:51 1994 +0000
+++ b/lisp/jka-compr.el	Sat Mar 05 23:28:35 1994 +0000
@@ -465,7 +465,7 @@
 	(write-region start end filename append visit))))
 
 
-(defun jka-compr-insert-file-contents (file &optional visit beg end)
+(defun jka-compr-insert-file-contents (file &optional visit beg end replace)
   "Documented as original."
 
   (barf-if-buffer-read-only)
@@ -560,7 +560,7 @@
 
 	  (list filename size))
 
-      (insert-file-contents file visit beg end))))
+      (insert-file-contents file visit beg end replace))))
 
 
 (defun jka-compr-file-local-copy (file)