diff options
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 4d1a609809d..32e0b3e125b 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -1663,7 +1663,8 @@ The value of the :type attribute should be an unconverted widget type." (and (not (widget-get widget :inactive)) (let ((parent (widget-get widget :parent))) (or (null parent) - (widget-apply parent :active)))))) + (widget-apply parent :active))) + t))) (defun widget-default-deactivate (widget) "Make WIDGET inactive for user modifications." |