# HG changeset patch # User Chong Yidong # Date 1212533776 0 # Node ID 680cb50d70c0b1c006c5adb1373a2931a1f58489 # Parent 75b22805a854551def02d5865326f9ba4d8b99b0 * simple.el (line-move-1): If we did not move as far as desired, ensure that point-left and point-entered hooks are called. diff -r 75b22805a854 -r 680cb50d70c0 lisp/ChangeLog --- 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 + + * 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 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.