diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index e10db897f9f..3ded4281e94 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2502,7 +2502,7 @@ Optional EVENT is the location for the menu." value)) :match (lambda (widget value) (or (symbolp value) - (widget-editable-list-match widget value))) + (widget-group-match widget value))) :convert-widget 'custom-hook-convert-widget :tag "Hook") |