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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
Date: Sat, 27 Nov 2004 14:19:10 -0500

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.70 
emacs/lisp/emacs-lisp/edebug.el:3.71
*** emacs/lisp/emacs-lisp/edebug.el:3.70        Fri Nov  5 19:07:07 2004
--- emacs/lisp/emacs-lisp/edebug.el     Sat Nov 27 19:02:52 2004
***************
*** 4315,4323 ****
  
  (defalias 'edebug-window-live-p 'window-live-p)
  
- ;; Mark takes an argument in Emacs 19.
  (defun edebug-mark ()
!   (mark t))   ;; Does this work for lemacs too?
  
  (defun edebug-set-conditional-breakpoint (arg condition)
    "Set a conditional breakpoint at nearest sexp.
--- 4315,4322 ----
  
  (defalias 'edebug-window-live-p 'window-live-p)
  
  (defun edebug-mark ()
!   (mark t))
  
  (defun edebug-set-conditional-breakpoint (arg condition)
    "Set a conditional breakpoint at nearest sexp.
***************
*** 4349,4358 ****
              ))))))
    (edebug-modify-breakpoint t condition arg))
  
- ;;; The default for all above is Emacs.
- 
- ;; Epoch specific code was in a separate file: edebug-epoch.el.
- 
  (easy-menu-define edebug-menu edebug-mode-map "Edebug menus" 
edebug-mode-menus)
  
  ;;; Byte-compiler
--- 4348,4353 ----




reply via email to

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