changeset 16191:7397d7d0ed17

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Sep 1996 01:49:08 +0000
parents 45a956359a95
children b67b2e8eacb3
files src/buffer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Sun Sep 15 01:48:31 1996 +0000
+++ b/src/buffer.h	Sun Sep 15 01:49:08 1996 +0000
@@ -61,7 +61,7 @@
 #define MODIFF (current_buffer->text->modiff)
 
 /* Overlay modification count.  */
-#define OVERLAY_MODIFF(buf) (current_buffer->text->overlay_modiff)
+#define OVERLAY_MODIFF (current_buffer->text->overlay_modiff)
 
 /* Modification count as of last visit or save.  */
 #define SAVE_MODIFF (current_buffer->text->save_modiff)