diff options
| -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." | |||
| 1663 | (and (not (widget-get widget :inactive)) | 1663 | (and (not (widget-get widget :inactive)) |
| 1664 | (let ((parent (widget-get widget :parent))) | 1664 | (let ((parent (widget-get widget :parent))) |
| 1665 | (or (null parent) | 1665 | (or (null parent) |
| 1666 | (widget-apply parent :active)))))) | 1666 | (widget-apply parent :active))) |
| 1667 | t))) | ||
| 1667 | 1668 | ||
| 1668 | (defun widget-default-deactivate (widget) | 1669 | (defun widget-default-deactivate (widget) |
| 1669 | "Make WIDGET inactive for user modifications." | 1670 | "Make WIDGET inactive for user modifications." |