X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/63655c83146b773b4ef3d9220b4a9d61545fd050..739d627a477191703f57ca4cfbd1bf8dc25625f9:/src/insdel.c diff --git a/src/insdel.c b/src/insdel.c index 0b10534db2..2919c183ab 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1,6 +1,7 @@ /* Buffer insertion/deletion and gap motion for GNU Emacs. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -1171,7 +1172,7 @@ insert_from_string_1 (string, pos, pos_byte, nchars, nbytes, void insert_from_gap (nchars, nbytes) - register int nchars, nbytes; + register EMACS_INT nchars, nbytes; { if (NILP (current_buffer->enable_multibyte_characters)) nchars = nbytes;