diff options
| author | Paul Eggert | 2019-08-21 17:19:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-08-21 17:21:06 -0700 |
| commit | c64c0230d65260f44f367bac72bfdee50c52a90d (patch) | |
| tree | d467488deb844eb40da177834818fef7eddd677a /src/buffer.c | |
| parent | 951ea375d52891f79b89794fbb9dca86ab8cd5a8 (diff) | |
| download | emacs-c64c0230d65260f44f367bac72bfdee50c52a90d.tar.gz emacs-c64c0230d65260f44f367bac72bfdee50c52a90d.zip | |
* src/buffer.c: Fix comment typo.
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) |