Mercurial > hg > xemacs-beta
comparison src/bufslots.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 11cf20601dec |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
48 MARKED_SLOT (backed_up); | 48 MARKED_SLOT (backed_up); |
49 | 49 |
50 /* Length of file when last read or saved. | 50 /* Length of file when last read or saved. |
51 This is not in the struct buffer_text | 51 This is not in the struct buffer_text |
52 because it's not used in indirect buffers at all. */ | 52 because it's not used in indirect buffers at all. */ |
53 MARKED_SLOT (save_length); | 53 MARKED_SLOT (saved_size); |
54 | 54 |
55 /* File name used for auto-saving this buffer. | 55 /* File name used for auto-saving this buffer. |
56 This is not in the struct buffer_text | 56 This is not in the struct buffer_text |
57 because it's not used in indirect buffers at all. */ | 57 because it's not used in indirect buffers at all. */ |
58 MARKED_SLOT (auto_save_file_name); | 58 MARKED_SLOT (auto_save_file_name); |