projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951ea37
)
* src/buffer.c: Fix comment typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 22 Aug 2019 00:19:53 +0000
(17:19 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 22 Aug 2019 00:21:06 +0000
(17:21 -0700)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index ea785bbcd70a6dd1db60151ef0bccdacc2ebcb42..62a3d66c8b727604a89940b8eeeb3c402e5023d1 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-4568,7
+4568,7
@@
report_overlay_modification (Lisp_Object start, Lisp_Object end, bool after,
prop_i = copy[i++];
overlay_i = copy[i++];
/* It is possible that the recorded overlay has been deleted
- (which makes it
'
s markers' buffers be nil), or that (due to
+ (which makes its markers' buffers be nil), or that (due to
some bug) it belongs to a different buffer. Only run this
hook if the overlay belongs to the current buffer. */
if (XMARKER (OVERLAY_START (overlay_i))->buffer == current_buffer)