comparison src/buffer.c @ 69154:01488e1b40d1

buffer.c: Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 25 Feb 2006 23:33:57 +0000
parents 1f7111323584
children d6f5b85d7429 8976b9f5eda1 8a1ee48a8386
comparison
equal deleted inserted replaced
69153:1f7111323584 69154:01488e1b40d1
4093 && (OVERLAY_POSITION (OVERLAY_START (overlay)) 4093 && (OVERLAY_POSITION (OVERLAY_START (overlay))
4094 == OVERLAY_POSITION (OVERLAY_END (overlay)))) 4094 == OVERLAY_POSITION (OVERLAY_END (overlay))))
4095 Fdelete_overlay (overlay); 4095 Fdelete_overlay (overlay);
4096 } 4096 }
4097 4097
4098 windows_or_buffers_changed++;
4099 return value; 4098 return value;
4100 } 4099 }
4101 4100
4102 /* Subroutine of report_overlay_modification. */ 4101 /* Subroutine of report_overlay_modification. */
4103 4102