]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't precompute menu shortcuts during
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 22:18:17 +0000 (22:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 22:18:17 +0000 (22:18 +0000)
loading since the current keymaps might be all weird.

lisp/emacs-lisp/edebug.el

index ab24889054fd786dd498d45b406872e8a13e0395..b4f9c751d90079192ad33e252c0eb73ea3de8c3b 100644 (file)
@@ -4238,7 +4238,6 @@ It is removed when you hit any char."
 
 (defconst edebug-mode-menus
   '("Edebug"
-     "----"
      ["Stop" edebug-stop t]
      ["Step" edebug-step-mode t]
      ["Next" edebug-next-mode t]
@@ -4342,8 +4341,6 @@ With prefix argument, make it a temporary breakpoint."
 ;; Epoch specific code was in a separate file: edebug-epoch.el.
 
 (easy-menu-define edebug-menu edebug-mode-map "Edebug menus" edebug-mode-menus)
-
-(if (display-popup-menus-p) (x-popup-menu nil edebug-menu))
 \f
 ;;; Byte-compiler