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

Diff of /emacs/src/buffer.c

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

revision 1.431 by monnier, Wed Jul 9 15:09:12 2003 UTC revision 1.432 by monnier, Wed Jul 9 19:05:41 2003 UTC
# Line 3431  fix_overlays_before (bp, prev, pos) Line 3431  fix_overlays_before (bp, prev, pos)
3431       or the found one ends before PREV,       or the found one ends before PREV,
3432       or the found one is the last one in the list,       or the found one is the last one in the list,
3433       we don't have to fix anything.  */       we don't have to fix anything.  */
3434    if (tail || end < prev || !tail->next)    if (!tail || end < prev || !tail->next)
3435      return;      return;
3436    
3437    right_pair = parent;    right_pair = parent;

Legend:
Removed from v.1.431  
changed lines
  Added in v.1.432

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