mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Call precompute-menubar-bindings.
Then set define-key-rebound-commands to nil.
This commit is contained in:
parent
8fbc986d86
commit
f5263a5cfc
1 changed files with 6 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue