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 594c0a7b627..83f7826b5f3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -265,7 +265,7 @@ reset_buffer (b) | |||
| 265 | b->directory = (current_buffer) ? current_buffer->directory : Qnil; | 265 | b->directory = (current_buffer) ? current_buffer->directory : Qnil; |
| 266 | b->modtime = 0; | 266 | b->modtime = 0; |
| 267 | b->save_modified = 1; | 267 | b->save_modified = 1; |
| 268 | b->save_length = 0; | 268 | XFASTINT (b->save_length) = 0; |
| 269 | b->last_window_start = 1; | 269 | b->last_window_start = 1; |
| 270 | b->backed_up = Qnil; | 270 | b->backed_up = Qnil; |
| 271 | b->auto_save_modified = 0; | 271 | b->auto_save_modified = 0; |