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: Thu, 03 Apr 2008 20:01:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/03 20:01:33

Index: insdel.c
===================================================================
RCS file: /sources/emacs/emacs/src/insdel.c,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -b -r1.198 -r1.199
--- insdel.c    12 Feb 2008 21:35:14 -0000      1.198
+++ insdel.c    3 Apr 2008 20:01:31 -0000       1.199
@@ -1352,7 +1352,7 @@
 
   /* Get the intervals for the part of the string we are inserting.  */
   intervals = BUF_INTERVALS (buf);
-  if (outgoing_nbytes < BUF_Z_BYTE (buf) - BUF_BEG_BYTE (buf))
+  if (nchars < BUF_Z (buf) - BUF_BEG (buf))
     {
       if (buf == current_buffer && PT <= from)
        from += nchars;




reply via email to

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