Mercurial > emacs
comparison src/buffer.h @ 16191:7397d7d0ed17
Fix previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 15 Sep 1996 01:49:08 +0000 |
| parents | 45a956359a95 |
| children | e07564b5ca82 |
comparison
equal
deleted
inserted
replaced
| 16190:45a956359a95 | 16191:7397d7d0ed17 |
|---|---|
| 59 | 59 |
| 60 /* Modification count. */ | 60 /* Modification count. */ |
| 61 #define MODIFF (current_buffer->text->modiff) | 61 #define MODIFF (current_buffer->text->modiff) |
| 62 | 62 |
| 63 /* Overlay modification count. */ | 63 /* Overlay modification count. */ |
| 64 #define OVERLAY_MODIFF(buf) (current_buffer->text->overlay_modiff) | 64 #define OVERLAY_MODIFF (current_buffer->text->overlay_modiff) |
| 65 | 65 |
| 66 /* Modification count as of last visit or save. */ | 66 /* Modification count as of last visit or save. */ |
| 67 #define SAVE_MODIFF (current_buffer->text->save_modiff) | 67 #define SAVE_MODIFF (current_buffer->text->save_modiff) |
| 68 | 68 |
| 69 /* Address of beginning of buffer. */ | 69 /* Address of beginning of buffer. */ |
