diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-09-17 20:28:53 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-09-17 20:28:53 +0000 |
commit | 3bd4d0e1b664ba03e37c8ee1da2a3969c2cc9df2 (patch) | |
tree | eaf026f41b9ec681a5609098c02a10a1480eb178 /src | |
parent | 939c679e0a597d7fcb0704e37cfa59c4dbb5d913 (diff) | |
download | emacs-3bd4d0e1b664ba03e37c8ee1da2a3969c2cc9df2.tar.gz |
* indent.c (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e9f491a655..5a1f6d0602c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-09-17 Chong Yidong <cyd@stupidchicken.com> + + * indent.c (Fvertical_motion): Use position reported by iterator + instead of PT for determining screen motion (bug#943). + 2008-09-17 Romain Francoise <romain@orebokech.com> * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup. |