1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00

Fix ChangeLog entry of last commit.

This commit is contained in:
Eli Zaretskii 2014-03-23 17:59:15 +02:00
parent 88c569ef11
commit 9729c262eb

View file

@ -2,7 +2,7 @@
* xdisp.c (redisplay_window): If all previous attempts to find the
cursor row failed, try a few alternatives before falling back to
the top-most row of the window. (Bug#17047)
the top-most row of the window. Use row_containing_pos. (Bug#17047)
2014-03-22 Daniel Colascione <dancol@dancol.org>