mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
This commit is contained in:
parent
0f465b559b
commit
e9323aedda
1 changed files with 1 additions and 1 deletions
|
|
@ -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 >
|
||||
|
|
|
|||
Loading…
Reference in a new issue