Mercurial > emacs
comparison lisp/ChangeLog @ 97459:84cc2bc95fba
(easy-menu-add): Don't precompute keybindings
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 14 Aug 2008 17:42:21 +0000 |
parents | e1f68f6214d4 |
children | fec80238442c |
comparison
equal
deleted
inserted
replaced
97458:e1f68f6214d4 | 97459:84cc2bc95fba |
---|---|
1 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings | |
4 since those precomputed values aren't used any more. | |
5 (easy-menu-precalculate-equivalent-keybindings): Obsolete. | |
6 | |
1 2008-08-14 Martin Rudalics <rudalics@gmx.at> | 7 2008-08-14 Martin Rudalics <rudalics@gmx.at> |
2 | 8 |
3 * help.el (with-help-window): Return last value in BODY. | 9 * help.el (with-help-window): Return last value in BODY. |
4 | 10 |
5 2008-08-14 Michael Albinus <michael.albinus@gmx.de> | 11 2008-08-14 Michael Albinus <michael.albinus@gmx.de> |