Mercurial > emacs
diff lisp/ChangeLog @ 73194:1a9d85f409b8
* wid-edit.el (widget-button-click-moves-point): New variable.
(widget-button-click): If widget-button-click-moves-point is
non-nil, set point after performing the button action
* cus-edit.el (custom-mode): Set widget-button-click-moves-point.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 30 Sep 2006 15:45:35 +0000 |
parents | 445124744ecc |
children | 346938bc30a1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 30 10:03:11 2006 +0000 +++ b/lisp/ChangeLog Sat Sep 30 15:45:35 2006 +0000 @@ -1,3 +1,11 @@ +2006-09-30 Chong Yidong <cyd@stupidchicken.com> + + * wid-edit.el (widget-button-click-moves-point): New variable. + (widget-button-click): If widget-button-click-moves-point is + non-nil, set point after performing the button action + + * cus-edit.el (custom-mode): Set widget-button-click-moves-point. + 2006-09-30 Martin Rudalics <rudalics@gmx.at> * files.el (find-file-existing): Modified to not allow wildcards.