# HG changeset patch # User Kim F. Storm # Date 1109368199 0 # Node ID b22562d329a7350ed722cef01f0522634c75f518 # Parent 01cb6850498ff20ff75c91b8239579d977f87498 (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. diff -r 01cb6850498f -r b22562d329a7 src/dispextern.h --- a/src/dispextern.h Fri Feb 25 21:49:45 2005 +0000 +++ b/src/dispextern.h Fri Feb 25 21:49:59 2005 +0000 @@ -1887,7 +1887,7 @@ /* Vector of overlays to process. Overlay strings are processed OVERLAY_STRING_CHUNK_SIZE at a time. */ -#define OVERLAY_STRING_CHUNK_SIZE 3 +#define OVERLAY_STRING_CHUNK_SIZE 16 Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; /* Total number of overlay strings to process. This can be >