emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/insdel.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/insdel.c,v
Date: Tue, 12 Feb 2008 21:35:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/12 21:35:16

Index: insdel.c
===================================================================
RCS file: /sources/emacs/emacs/src/insdel.c,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -b -r1.197 -r1.198
--- insdel.c    1 Feb 2008 16:00:48 -0000       1.197
+++ insdel.c    12 Feb 2008 21:35:14 -0000      1.198
@@ -1172,7 +1172,7 @@
 
 void
 insert_from_gap (nchars, nbytes)
-     register int nchars, nbytes;
+     register EMACS_INT nchars, nbytes;
 {
   if (NILP (current_buffer->enable_multibyte_characters))
     nchars = nbytes;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]