mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
(widget-checkbox-action): Clear undo info.
This commit is contained in:
parent
69487a1fef
commit
6872b31c68
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
|
||||
|
||||
* wid-edit.el (widget-checkbox-action): Clear undo info.
|
||||
|
||||
2005-12-16 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* menu-bar.el (kill-this-buffer): Set a good example by using menu
|
||||
|
|
|
|||
|
|
@ -2161,7 +2161,8 @@ when he invoked the menu."
|
|||
(when sibling
|
||||
(if (widget-value widget)
|
||||
(widget-apply sibling :activate)
|
||||
(widget-apply sibling :deactivate)))))
|
||||
(widget-apply sibling :deactivate))
|
||||
(widget-clear-undo))))
|
||||
|
||||
;;; The `checklist' Widget.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue