]> git.eshelyaron.com Git - emacs.git/commitdiff
(hook): Use `widget-group-match' instead of
authorKarl Heuer <kwzh@gnu.org>
Fri, 24 Oct 1997 19:33:49 +0000 (19:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 24 Oct 1997 19:33:49 +0000 (19:33 +0000)
`widget-editable-list-match'.

lisp/cus-edit.el

index e10db897f9fc521f93e3f230c9e2c49afe8337f8..3ded4281e94e1529ae6957a83f748906056b6577 100644 (file)
@@ -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")