diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 4626cfc7332..aa296e12340 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1887,7 +1887,7 @@ struct it | |||
| 1887 | 1887 | ||
| 1888 | /* Vector of overlays to process. Overlay strings are processed | 1888 | /* Vector of overlays to process. Overlay strings are processed |
| 1889 | OVERLAY_STRING_CHUNK_SIZE at a time. */ | 1889 | OVERLAY_STRING_CHUNK_SIZE at a time. */ |
| 1890 | #define OVERLAY_STRING_CHUNK_SIZE 3 | 1890 | #define OVERLAY_STRING_CHUNK_SIZE 16 |
| 1891 | Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; | 1891 | Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE]; |
| 1892 | 1892 | ||
| 1893 | /* Total number of overlay strings to process. This can be > | 1893 | /* Total number of overlay strings to process. This can be > |