diff options
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 8f1fe845e39..1fe7d459705 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -233,12 +233,6 @@ (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") |