diff options
| author | Joakim Verona | 2011-09-07 01:42:17 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-07 01:42:17 +0200 |
| commit | be81ea9a3709c042369aa6ffc6fee83448677251 (patch) | |
| tree | 2f74495859302056045b03a2284ff6110951d2a3 /src/buffer.h | |
| parent | 1b07d72dd2687ebddf2f5d8c5538a2b43bc6d13a (diff) | |
| parent | c8199d0f9eb45a99de074ec10b893f737f738cd8 (diff) | |
| download | emacs-be81ea9a3709c042369aa6ffc6fee83448677251.tar.gz emacs-be81ea9a3709c042369aa6ffc6fee83448677251.zip | |
upstream
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 06864dd5789..c50cfe56c77 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -559,7 +559,7 @@ struct buffer | |||
| 559 | is still the same (since it's rounded up to seconds) but we're actually | 559 | is still the same (since it's rounded up to seconds) but we're actually |
| 560 | not up-to-date. -1 means the size is unknown. Only meaningful if | 560 | not up-to-date. -1 means the size is unknown. Only meaningful if |
| 561 | modtime is actually set. */ | 561 | modtime is actually set. */ |
| 562 | EMACS_INT modtime_size; | 562 | off_t modtime_size; |
| 563 | /* The value of text->modiff at the last auto-save. */ | 563 | /* The value of text->modiff at the last auto-save. */ |
| 564 | int auto_save_modified; | 564 | int auto_save_modified; |
| 565 | /* The value of text->modiff at the last display error. | 565 | /* The value of text->modiff at the last display error. |