From 90ed3777fc538d90055770f0e5cd42d9702939de Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 17 Jun 1994 20:03:18 +0000 Subject: [PATCH] (compute_motion): Recenter overlays, for speed. --- src/indent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indent.c b/src/indent.c index a2233dd3c90..f1a12fe240c 100644 --- a/src/indent.c +++ b/src/indent.c @@ -486,6 +486,7 @@ compute_motion (from, fromvpos, fromhpos, to, tovpos, tohpos, width, hscroll, ta { 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); -- 2.39.5