/[emacs]/emacs/src/intervals.c
ViewVC logotype

Diff of /emacs/src/intervals.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.130 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.131 by monnier, Thu Sep 1 14:18:10 2005 UTC
# Line 791  update_interval (i, pos) Line 791  update_interval (i, pos)
791            /* Move right. */            /* Move right. */
792            if (pos < INTERVAL_LAST_POS (i) + TOTAL_LENGTH (i->right))            if (pos < INTERVAL_LAST_POS (i) + TOTAL_LENGTH (i->right))
793              {              {
794                i->right->position = INTERVAL_LAST_POS (i) +                i->right->position = INTERVAL_LAST_POS (i)
795                  LEFT_TOTAL_LENGTH (i->right);                  + LEFT_TOTAL_LENGTH (i->right);
796                i = i->right;             /* Move to the right child */                i = i->right;             /* Move to the right child */
797              }              }
798            else if (NULL_PARENT (i))            else if (NULL_PARENT (i))
799              error ("Point after end of properties");              error ("Point %d after end of properties", pos);
800            else            else
801                i = INTERVAL_PARENT (i);              i = INTERVAL_PARENT (i);
802            continue;            continue;
803          }          }
804        else        else

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26