comparison 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
comparison
equal deleted inserted replaced
73193:445124744ecc 73194:1a9d85f409b8
1 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * wid-edit.el (widget-button-click-moves-point): New variable.
4 (widget-button-click): If widget-button-click-moves-point is
5 non-nil, set point after performing the button action
6
7 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8
1 2006-09-30 Martin Rudalics <rudalics@gmx.at> 9 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2 10
3 * files.el (find-file-existing): Modified to not allow wildcards. 11 * files.el (find-file-existing): Modified to not allow wildcards.
4 12
5 2006-09-30 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 13 2006-09-30 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>