From: Chong Yidong Date: Tue, 2 Sep 2008 17:28:47 +0000 (+0000) Subject: * indent.c (Fvertical_motion): Don't call move_it_by_lines again X-Git-Tag: emacs-pretest-23.0.90~3068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efa09d5d1fa734f95dfc13ec0d6c6b5530f87e85;p=emacs.git * indent.c (Fvertical_motion): Don't call move_it_by_lines again if moving by a single line. --- diff --git a/src/ChangeLog b/src/ChangeLog index 802a4a3ff90..2cb1c7b8cb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-09-02 Chong Yidong + + * indent.c (Fvertical_motion): Don't call move_it_by_lines again + if moving by a single line. + 2008-09-02 Andreas Schwab * xterm.c (x_delete_display): Fix merge error.