diff lisp/subr.el @ 104920:566d2dc55a9d

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Sep 2009 18:19:03 +0000
parents 02bf3383a22f
children 1e1816f211ce
line wrap: on
line diff
--- a/lisp/subr.el	Thu Sep 10 16:47:47 2009 +0000
+++ b/lisp/subr.el	Thu Sep 10 18:19:03 2009 +0000
@@ -1076,6 +1076,7 @@
 
 ;;;; Obsolescence declarations for variables, and aliases.
 
+(make-obsolete-variable 'define-key-rebound-commands nil "23.2")
 (make-obsolete-variable 'redisplay-end-trigger-functions 'jit-lock-register "23.1")
 (make-obsolete 'window-redisplay-end-trigger nil "23.1")
 (make-obsolete 'set-window-redisplay-end-trigger nil "23.1")