From: Karl Heuer Date: Fri, 24 Oct 1997 19:33:49 +0000 (+0000) Subject: (hook): Use `widget-group-match' instead of X-Git-Tag: emacs-20.3~2899 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4743fc911e0bed8cfb70d3acac7377fea4c0f53a;p=emacs.git (hook): Use `widget-group-match' instead of `widget-editable-list-match'. --- 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")