diff options
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 ea785bbcd70..62a3d66c8b7 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4568,7 +4568,7 @@ report_overlay_modification (Lisp_Object start, Lisp_Object end, bool after, | |||
| 4568 | prop_i = copy[i++]; | 4568 | prop_i = copy[i++]; |
| 4569 | overlay_i = copy[i++]; | 4569 | overlay_i = copy[i++]; |
| 4570 | /* It is possible that the recorded overlay has been deleted | 4570 | /* It is possible that the recorded overlay has been deleted |
| 4571 | (which makes it's markers' buffers be nil), or that (due to | 4571 | (which makes its markers' buffers be nil), or that (due to |
| 4572 | some bug) it belongs to a different buffer. Only run this | 4572 | some bug) it belongs to a different buffer. Only run this |
| 4573 | hook if the overlay belongs to the current buffer. */ | 4573 | hook if the overlay belongs to the current buffer. */ |
| 4574 | if (XMARKER (OVERLAY_START (overlay_i))->buffer == current_buffer) | 4574 | if (XMARKER (OVERLAY_START (overlay_i))->buffer == current_buffer) |