From: Eli Zaretskii Date: Sun, 23 Mar 2014 15:59:15 +0000 (+0200) Subject: Fix ChangeLog entry of last commit. X-Git-Tag: emacs-24.3.90~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9729c262eb427c6faeb9fc294c1322d801df84f2;p=emacs.git Fix ChangeLog entry of last commit. --- diff --git a/src/ChangeLog b/src/ChangeLog index a9a0ebbe4a1..ad6df5e7ae9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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