emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Thu, 13 Jul 2006 06:03:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/07/13 06:03:34

Index: editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -b -r1.418 -r1.419
--- editfns.c   12 Jul 2006 13:16:32 -0000      1.418
+++ editfns.c   13 Jul 2006 06:03:33 -0000      1.419
@@ -3886,7 +3886,7 @@
              /* Likewise adjust the property end position.  */
              pos = XINT (XCAR (XCDR (item)));
 
-             for (; bytepos < pos; bytepos++)
+             for (; position < pos; bytepos++)
                {
                  if (! discarded[bytepos])
                    position++, translated++;




reply via email to

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