aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/region-cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/region-cache.c b/src/region-cache.c
index 7f37fddc3c3..d7094cda26c 100644
--- a/src/region-cache.c
+++ b/src/region-cache.c
@@ -143,8 +143,8 @@ new_region_cache ()
143 143
144 c->beg_unchanged = 0; 144 c->beg_unchanged = 0;
145 c->end_unchanged = 0; 145 c->end_unchanged = 0;
146 c->buffer_beg = 1; 146 c->buffer_beg = BEG;
147 c->buffer_end = 1; 147 c->buffer_end = BEG;
148 148
149 /* Insert the boundary for the buffer start. */ 149 /* Insert the boundary for the buffer start. */
150 c->cache_len++; 150 c->cache_len++;