(widget-checkbox-action): Clear undo info.

This commit is contained in:
Eli Zaretskii 2005-12-17 08:53:38 +00:00
parent 69487a1fef
commit 6872b31c68
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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.