From: Chong Yidong Date: Sat, 17 Mar 2007 19:46:52 +0000 (+0000) Subject: * xdisp.c (try_window_id): Increment matrix positions if the X-Git-Tag: emacs-pretest-22.0.96~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e338790f00e12053a1d2f7cefca768271dd3b51b;p=emacs.git * xdisp.c (try_window_id): Increment matrix positions if the buffer's byte count has increased, but not the character count. --- diff --git a/src/ChangeLog b/src/ChangeLog index ef777b76db4..8cedbd9138d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-17 Chong Yidong + + * xdisp.c (try_window_id): Increment matrix positions if the + buffer's byte count has increased, but not the character count. + 2007-03-12 Andreas Schwab * lisp.h: Declare check_obarray.