changeset 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 0044ff755ee7
children ea977d99058b
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")