From 1751c874dcd90f07af8b836b884e120983fa00d2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 12 Jan 2001 12:59:53 +0000 Subject: [PATCH] (customize-menu-create): Fix the :filter. --- lisp/ChangeLog | 8 ++++++++ lisp/cus-edit.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ebbc1e7883..f49dcde765a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-01-12 Dave Love + + * cus-edit.el (customize-menu-create): Fix the :filter following + easymenu change. + + * wid-edit.el (function): Add :match-alternatives. + (widget-color-action): Doc fix. + 2001-01-12 Gerd Moellmann * calendar/calendar.el (calendar-basic-setup): Doc fix. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 452628e0256..a9358d66703 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3708,7 +3708,7 @@ The format is suitable for use with `easy-menu-define'." (setq name "Customize")) `(,name :filter (lambda (&rest junk) - (cdr (custom-menu-create ',symbol))))) + (custom-menu-create ',symbol)))) ;;; The Custom Mode. -- 2.39.5