changeset 7941:849b6e20bfd7

(compute_motion): Recenter overlays, for speed.
author Karl Heuer <kwzh@gnu.org>
date Fri, 17 Jun 1994 20:03:18 +0000
parents 02a4dee04373
children bc5dccc5375f
files src/indent.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.c	Fri Jun 17 19:59:09 1994 +0000
+++ b/src/indent.c	Fri Jun 17 20:03:18 1994 +0000
@@ -486,6 +486,7 @@
 	  {
 	    Lisp_Object end, limit;
 
+	    recenter_overlay_lists (current_buffer, pos);
 	    /* This is just an estimate to give reasonable
 	       performance; nothing should go wrong if it is too small.  */
 	    limit = Fnext_overlay_change (position);