diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index bfbd175cb16..32a610df6b5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -471,7 +471,7 @@ reset_buffer (b) | |||
| 471 | b->mark_active = Qnil; | 471 | b->mark_active = Qnil; |
| 472 | b->point_before_scroll = Qnil; | 472 | b->point_before_scroll = Qnil; |
| 473 | b->file_format = Qnil; | 473 | b->file_format = Qnil; |
| 474 | b->extra1 = Qnil; | 474 | b->last_selected_window = Qnil; |
| 475 | b->extra2 = Qnil; | 475 | b->extra2 = Qnil; |
| 476 | b->extra3 = Qnil; | 476 | b->extra3 = Qnil; |
| 477 | } | 477 | } |