Mercurial > emacs
changeset 95525:680cb50d70c0
* simple.el (line-move-1): If we did not move as far as desired,
ensure that point-left and point-entered hooks are called.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 03 Jun 2008 22:56:16 +0000 |
parents | 75b22805a854 |
children | 437d3830a398 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 03 21:30:35 2008 +0000 +++ b/lisp/ChangeLog Tue Jun 03 22:56:16 2008 +0000 @@ -1,3 +1,8 @@ +2008-06-03 Chong Yidong <cyd@stupidchicken.com> + + * simple.el (line-move-1): If we did not move as far as desired, + ensure that point-left and point-entered hooks are called. + 2008-06-03 Sam Steingold <sds@gnu.org> * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.