]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:02:52 +0000 (19:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:02:52 +0000 (19:02 +0000)
lisp/emacs-lisp/edebug.el

index 0a6e3fed349bfe87698eaf384814c6667a6690c0..82894391fae7549f75d0fe08ef8c825161bb32cd 100644 (file)
@@ -4315,9 +4315,8 @@ It is removed when you hit any char."
 
 (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?
+  (mark t))
 
 (defun edebug-set-conditional-breakpoint (arg condition)
   "Set a conditional breakpoint at nearest sexp.
@@ -4349,10 +4348,6 @@ With prefix argument, make it a temporary breakpoint."
              ))))))
   (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)
 \f
 ;;; Byte-compiler