1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(customize-menu-create): Fix the :filter.

This commit is contained in:
Dave Love 2001-01-12 12:59:53 +00:00
parent bd1f16ce5b
commit 1751c874dc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2001-01-12 Dave Love <fx@gnu.org>
* 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 <gerd@gnu.org>
* calendar/calendar.el (calendar-basic-setup): Doc fix.

View File

@ -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.