From f5263a5cfc5cb6f1ae2b8c32593e1d7c7e07d2f3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Jun 1995 23:53:23 +0000 Subject: [PATCH] Call precompute-menubar-bindings. Then set define-key-rebound-commands to nil. --- lisp/loadup.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/loadup.el b/lisp/loadup.el index efa7816bf2f..5bf901bce04 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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") -- 2.39.2