(customize-menu-create): Fix the :filter.
This commit is contained in:
parent
bd1f16ce5b
commit
1751c874dc
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue