aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-02-25 21:49:59 +0000
committerKim F. Storm <[email protected]>2005-02-25 21:49:59 +0000
commite9323aedda92fe5eaeb9d5c1e81fed30024facb9 (patch)
treeec3f9628515c300456a44219367196a32636ffd3
parent0f465b559bc2eb7d0105a5366672ff416bae72b7 (diff)
(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 4626cfc733..aa296e1234 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1887,7 +1887,7 @@ struct it
/* 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 >