diff options
| author | Richard M. Stallman | 1997-09-07 17:49:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-07 17:49:08 +0000 |
| commit | d8b9150f331712b803a4a7102ed79b9f0c0b7dac (patch) | |
| tree | 9de475767ac73200034daf60659b0915387258a2 /src/buffer.c | |
| parent | 27ffd10e62c28ebf694289133cc99ba70af94cf0 (diff) | |
| download | emacs-d8b9150f331712b803a4a7102ed79b9f0c0b7dac.tar.gz emacs-d8b9150f331712b803a4a7102ed79b9f0c0b7dac.zip | |
(modify_overlay): Update overlay_modiff of proper buffer.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 47b4f150363..301098b173d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2798,7 +2798,7 @@ modify_overlay (buf, start, end) | |||
| 2798 | } | 2798 | } |
| 2799 | } | 2799 | } |
| 2800 | 2800 | ||
| 2801 | ++OVERLAY_MODIFF; | 2801 | ++BUF_OVERLAY_MODIFF (buf); |
| 2802 | } | 2802 | } |
| 2803 | 2803 | ||
| 2804 | 2804 | ||