changeset 19801:7482ad23e430

(modify_overlay): Update overlay_modiff of proper buffer.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Sep 1997 17:49:08 +0000
parents d0a1da20c8dd
children 2e277f643555
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Sun Sep 07 17:25:55 1997 +0000
+++ b/src/buffer.c	Sun Sep 07 17:49:08 1997 +0000
@@ -2798,7 +2798,7 @@
 	}
     }
 
-  ++OVERLAY_MODIFF;
+  ++BUF_OVERLAY_MODIFF (buf);
 }