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:
parent
bd1f16ce5b
commit
1751c874dc
@ -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…
Reference in New Issue
Block a user