summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index ab24889054f..b4f9c751d90 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -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))
;;; Byte-compiler