diff src/insdel.c @ 109358:a9586dc942d5

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Mon, 12 Jul 2010 13:21:11 +0000
parents e856a274549b
children 14830418f9fc
line wrap: on
line diff
--- a/src/insdel.c	Sat Jul 10 10:34:43 2010 +0000
+++ b/src/insdel.c	Mon Jul 12 13:21:11 2010 +0000
@@ -1628,7 +1628,7 @@
 void
 replace_range_2 (EMACS_INT from, EMACS_INT from_byte,
 		 EMACS_INT to, EMACS_INT to_byte,
-		 char *ins, EMACS_INT inschars, EMACS_INT insbytes,
+		 const char *ins, EMACS_INT inschars, EMACS_INT insbytes,
 		 int markers)
 {
   EMACS_INT nbytes_del, nchars_del;