diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 1fb322e3ed9..397b97579e6 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -584,6 +584,9 @@ struct buffer | |||
| 584 | /* This isn't really used by the C code, so could be deleted. */ | 584 | /* This isn't really used by the C code, so could be deleted. */ |
| 585 | Lisp_Object backed_up; | 585 | Lisp_Object backed_up; |
| 586 | /* Length of file when last read or saved. | 586 | /* Length of file when last read or saved. |
| 587 | -1 means auto saving turned off because buffer shrank a lot. | ||
| 588 | -2 means don't turn off auto saving if buffer shrinks. | ||
| 589 | (That value is used with buffer-swap-text.) | ||
| 587 | This is not in the struct buffer_text | 590 | This is not in the struct buffer_text |
| 588 | because it's not used in indirect buffers at all. */ | 591 | because it's not used in indirect buffers at all. */ |
| 589 | Lisp_Object save_length; | 592 | Lisp_Object save_length; |