summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-04-17 11:58:59 +0300
committerEli Zaretskii <eliz@gnu.org>2014-04-17 11:58:59 +0300
commit8915b84286466c88ff1da95148d73e53464a5a89 (patch)
tree0ac9b0f947d50f03a267d312632cf45e2e085eb0 /src/ChangeLog
parentf76da67d4040ec3c766b7f4977341e142348cf60 (diff)
downloademacs-8915b84286466c88ff1da95148d73e53464a5a89.tar.gz
Fix bug #17281 with infloop in line-pixel-height.
src/xdisp.c (Fline_pixel_height): Don't assume that the current buffer and the selected window's buffer are one and the same.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d0aa2e59e01..122b093f2a0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2014-04-17 Eli Zaretskii <eliz@gnu.org>
+ * xdisp.c (Fline_pixel_height): Don't assume that the current
+ buffer and the selected window's buffer are one and the same.
+ (Bug#17281)
+
* insdel.c (invalidate_buffer_caches): Invalidate the bidi
paragraph-start cache before the newline cache. (Bug#17269)