diff options
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 4a13cb0d18e..2c7318305ea 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 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) |