Mercurial > emacs
diff src/buffer.c @ 4574:503af6aa135b
(verify_overlay_modification): initialize endpos.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 11 Aug 1993 21:08:13 +0000 |
| parents | 9657ef911049 |
| children | 1fc792473491 |
line wrap: on
line diff
--- a/src/buffer.c Wed Aug 11 21:01:20 1993 +0000 +++ b/src/buffer.c Wed Aug 11 21:08:13 1993 +0000 @@ -1946,6 +1946,7 @@ ostart = OVERLAY_START (overlay); oend = OVERLAY_END (overlay); startpos = OVERLAY_POSITION (ostart); + endpos = OVERLAY_POSITION (oend); if (XFASTINT (end) < startpos) break; if (XFASTINT (end) == startpos && insertion)
