emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
Date: Mon, 21 Oct 2002 05:07:55 -0400

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.55 
emacs/lisp/emacs-lisp/edebug.el:3.56
*** emacs/lisp/emacs-lisp/edebug.el:3.55        Fri Aug  2 14:00:18 2002
--- emacs/lisp/emacs-lisp/edebug.el     Fri Sep 27 18:18:17 2002
***************
*** 4238,4244 ****
  
  (defconst edebug-mode-menus
    '("Edebug"
-      "----"
       ["Stop" edebug-stop t]
       ["Step" edebug-step-mode t]
       ["Next" edebug-next-mode t]
--- 4238,4243 ----
***************
*** 4342,4349 ****
  ;; 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
  
--- 4341,4346 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]