changeset 58589:f72b92ec53da

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Nov 2004 19:02:52 +0000
parents a44a4cdb021d
children 20874dfbadd8
files lisp/emacs-lisp/edebug.el
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/edebug.el	Sat Nov 27 19:02:14 2004 +0000
+++ b/lisp/emacs-lisp/edebug.el	Sat Nov 27 19:02:52 2004 +0000
@@ -4315,9 +4315,8 @@
 
 (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 @@
 	      ))))))
   (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