aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-23 12:28:57 +0300
committerEli Zaretskii2013-09-23 12:28:57 +0300
commitb519df23900222df5637cbd23eba45e4bd540856 (patch)
treefb43239194dd24eb0bae1da14d486e673295a308 /src/ChangeLog
parentf03eddbff64da3a9304b2c654b6f46b58f318787 (diff)
downloademacs-b519df23900222df5637cbd23eba45e4bd540856.tar.gz
emacs-b519df23900222df5637cbd23eba45e4bd540856.zip
Fix last commit.
src/xdisp.c (note_mouse_highlight): Adapt calculation of last argument to mouse_face_from_string_pos to the previous change. Fixes: debbugs:15437
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8483bdc6216..5592e5b164e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in 3 * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in
4 computing the end column of mouse-highlight that comes from 4 computing the end column of mouse-highlight that comes from
5 display or overlay strings. (Bug#15437) 5 display or overlay strings. (Bug#15437)
6 (note_mouse_highlight): Adapt calculation of last argument to
7 mouse_face_from_string_pos to the above change.
6 8
7 * conf_post.h (__has_builtin): Define to zero, if undefined, on 9 * conf_post.h (__has_builtin): Define to zero, if undefined, on
8 all platforms, not just for clang. 10 all platforms, not just for clang.