From 4743fc911e0bed8cfb70d3acac7377fea4c0f53a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 24 Oct 1997 19:33:49 +0000 Subject: [PATCH] (hook): Use `widget-group-match' instead of `widget-editable-list-match'. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2