Mercurial > emacs
diff lisp/cus-edit.el @ 20174:e1ca1fe89e6e
(hook): Use `widget-group-match' instead of
`widget-editable-list-match'.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 24 Oct 1997 19:33:49 +0000 |
| parents | 0db4553d47cc |
| children | c6532008f2a9 |
line wrap: on
line diff
--- a/lisp/cus-edit.el Fri Oct 24 17:30:54 1997 +0000 +++ b/lisp/cus-edit.el Fri Oct 24 19:33:49 1997 +0000 @@ -2502,7 +2502,7 @@ 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")
