comparison lisp/ChangeLog @ 107697:11f529f4b5bd

Make tmm-menubar work for the Buffers menu again. * tmm.el (tmm-prompt): Also handle keymap entries in the form of vectors rather than cons cells, as used in menu-bar-update-buffers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 Mar 2010 11:23:01 -0400
parents 831fbe6bd8c0
children 9898924b98ed
comparison
equal deleted inserted replaced
107696:360db9adc347 107697:11f529f4b5bd
1 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Make tmm-menubar work for the Buffers menu again.
4 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5 vectors rather than cons cells, as used in menu-bar-update-buffers.
6
1 2010-03-28 Chong Yidong <cyd@stupidchicken.com> 7 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * progmodes/js.el (js-auto-indent-flag, js-mode-map) 9 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4 (js-insert-and-indent): Revert 2009-08-15 change, restoring 10 (js-insert-and-indent): Revert 2009-08-15 change, restoring
5 electric punctuation for "{}();,:" (Bug#5586). 11 electric punctuation for "{}();,:" (Bug#5586).