* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 18:19:03 +0000 (18:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 18:19:03 +0000 (18:19 +0000)
commit50d4ba399303b7365b03cdd3456a28eae3451fa0
treec63ce12cfa63ee99c330b5ab7c3cd3d5f3b0f73d
parentdeeb21d4d76909c91f4f94f1fa1bbc782fb5f75a
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
(parse_menu_item): Streamline since bindings are recomputed all the
time anyway.  Don't bother checking Vdefine_key_rebound_commands any
more and don't support lmenu's menu-alias any more either.
* subr.el (define-key-rebound-commands): Mark obsolete.
* startup.el (precompute-menubar-bindings): Remove.
(normal-top-level): Remove obsolete code that tried to precompute
menubar bindings.
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
define-key-rebound-commands and precompute-menubar-bindings.
lisp/ChangeLog
lisp/loadup.el
lisp/startup.el
lisp/subr.el
src/ChangeLog
src/keyboard.c