1
Fork 0
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:
Richard M. Stallman 1995-06-17 23:53:23 +00:00
parent 8fbc986d86
commit f5263a5cfc

View file

@ -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")