]> git.eshelyaron.com Git - emacs.git/commitdiff
(verify_overlay_modification): initialize endpos.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 21:08:13 +0000 (21:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 21:08:13 +0000 (21:08 +0000)
src/buffer.c

index 1b7bb6f9b753921687e65b526b372ee695460db6..7480d89234ec506966ebd6b18146a926f467372b 100644 (file)
@@ -1946,6 +1946,7 @@ verify_overlay_modification (start, end)
       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)