Mercurial > emacs
changeset 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 | bc0db1c2790e |
children | d960f0463014 |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)