emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]
Date: Sat, 03 Nov 2007 01:50:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/11/03 01:50:17

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1149.2.13
retrieving revision 1.1149.2.14
diff -u -b -r1.1149.2.13 -r1.1149.2.14
--- xdisp.c     30 Oct 2007 22:48:26 -0000      1.1149.2.13
+++ xdisp.c     3 Nov 2007 01:50:16 -0000       1.1149.2.14
@@ -3073,16 +3073,18 @@
          if (it->method == GET_FROM_DISPLAY_VECTOR)
            handle_overlay_change_p = 0;
 
-         /* Handle overlay changes.  */
+         /* Handle overlay changes.
+            This sets HANDLED to HANDLED_RECOMPUTE_PROPS
+            if it finds overlays.  */
          if (handle_overlay_change_p)
            handled = handle_overlay_change (it);
+       }
+    }
+  while (handled == HANDLED_RECOMPUTE_PROPS);
 
          /* Determine where to stop next.  */
          if (handled == HANDLED_NORMALLY)
            compute_stop_pos (it);
-       }
-    }
-  while (handled == HANDLED_RECOMPUTE_PROPS);
 }
 
 




reply via email to

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