Mercurial > emacs
changeset 12299:d4e2494f12cb
Call precompute-menubar-bindings.
Then set define-key-rebound-commands to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Jun 1995 23:53:23 +0000 |
parents | 7c4b729e4b21 |
children | d2f3dd6083d2 |
files | lisp/loadup.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")