From: Dmitry Antipov Date: Wed, 7 Aug 2013 17:03:46 +0000 (+0400) Subject: Fix typo in ChangeLog entry. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5eefe9b9648e8dd3095e2cbb3b9b91f18206e54;p=emacs.git Fix typo in ChangeLog entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 55f9a5c641b..ead50fa0517 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -36,7 +36,7 @@ * xdisp.c (reconsider_clip_changes): Remove prototype, drop 2nd arg and always assume window's buffer. (redisplay_window): Adjust user. - (redisplay_internal): Call to reconsider_clip_change once and + (redisplay_internal): Call to reconsider_clip_changes once and check whether mode line should be updated only if selected window shows current buffer. (run_window_scroll_functions): Use eassert for debugging check.