aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d9949045444..05bd129976f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5155,7 +5155,7 @@ init_buffer (void)
5155 Map new memory. */ 5155 Map new memory. */
5156 struct buffer *b; 5156 struct buffer *b;
5157 5157
5158 for (b = all_buffers; b; b = b->next) 5158 for (b = all_buffers; b; b = b->header.next.buffer)
5159 if (b->text->beg == NULL) 5159 if (b->text->beg == NULL)
5160 enlarge_buffer_text (b, 0); 5160 enlarge_buffer_text (b, 0);
5161 } 5161 }