# HG changeset patch # User Richard M. Stallman # Date 803433203 0 # Node ID d4e2494f12cb231121fef26eef530de2d962a0e6 # Parent 7c4b729e4b212dee2c7ee9b60d94e16015966e55 Call precompute-menubar-bindings. Then set define-key-rebound-commands to nil. diff -r 7c4b729e4b21 -r d4e2494f12cb lisp/loadup.el --- a/lisp/loadup.el Sat Jun 17 23:48:10 1995 +0000 +++ b/lisp/loadup.el Sat Jun 17 23:53:23 1995 +0000 @@ -140,6 +140,12 @@ (if (load "site-load" t) (garbage-collect)) +(if (fboundp 'x-popup-menu) + (precompute-menubar-bindings)) +;; Turn on recording of which commands get rebound, +;; for the sake of the next call to precompute-menubar-bindings. +(setq define-key-rebound-commands nil) + ;; Determine which last version number to use ;; based on the executables that now exist. (if (and (or (equal (nth 3 command-line-args) "dump")