aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-02-28 15:15:44 +0000
committerKaroly Lorentey <[email protected]>2005-02-28 15:15:44 +0000
commitab455350da7728b0f8e1daf92c084092d8a04c29 (patch)
treea954961cc3edbabe78e45503a82645ebd5210d7f /src/dispextern.h
parent047ba4c2fb052fb5187226fe5589a1be9d36b687 (diff)
parentdbaba2d2955aee0f475ad92fab2755314aa3f48a (diff)
Merged from [email protected] (patch 31-33, 129-141)
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-129 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-130 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-131 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-132 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-133 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-134 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-135 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-136 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-137 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-138 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-139 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-140 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-141 Update from CVS * [email protected]/gnus--rel--5.10--patch-31 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-32 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-33 Update from CVS git-archimport-id: [email protected]/emacs--multi-tty--0--patch-302
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 77dba7bb09..5401fecedd 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1882,7 +1882,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 >