aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1b0b5ee988e..8aa19381983 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -369,9 +369,7 @@ The value is never nil.")
369 b->newline_cache = 0; 369 b->newline_cache = 0;
370 b->width_run_cache = 0; 370 b->width_run_cache = 0;
371 b->width_table = Qnil; 371 b->width_table = Qnil;
372#if !NO_PROMPT_IN_BUFFER
373 b->minibuffer_prompt_length = Qnil; 372 b->minibuffer_prompt_length = Qnil;
374#endif
375 373
376 /* Put this on the chain of all buffers including killed ones. */ 374 /* Put this on the chain of all buffers including killed ones. */
377 b->next = all_buffers; 375 b->next = all_buffers;
@@ -450,9 +448,7 @@ NAME should be a string which is not the name of an existing buffer.")
450 b->newline_cache = 0; 448 b->newline_cache = 0;
451 b->width_run_cache = 0; 449 b->width_run_cache = 0;
452 b->width_table = Qnil; 450 b->width_table = Qnil;
453#if !NO_PROMPT_IN_BUFFER
454 b->minibuffer_prompt_length = Qnil; 451 b->minibuffer_prompt_length = Qnil;
455#endif
456 452
457 /* Put this on the chain of all buffers including killed ones. */ 453 /* Put this on the chain of all buffers including killed ones. */
458 b->next = all_buffers; 454 b->next = all_buffers;
@@ -1221,9 +1217,7 @@ with SIGHUP.")
1221 b->width_run_cache = 0; 1217 b->width_run_cache = 0;
1222 } 1218 }
1223 b->width_table = Qnil; 1219 b->width_table = Qnil;
1224#if !NO_PROMPT_IN_BUFFER
1225 b->minibuffer_prompt_length = Qnil; 1220 b->minibuffer_prompt_length = Qnil;
1226#endif
1227 UNBLOCK_INPUT; 1221 UNBLOCK_INPUT;
1228 b->undo_list = Qnil; 1222 b->undo_list = Qnil;
1229 1223