diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:02:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:02:52 +0000 |
commit | f5c9c551adf6a504a771f42c107aac2f4d545a09 (patch) | |
tree | 71d9256c6333edd90d8e09e3c43d1c6c83fae7e9 /lisp/emacs-lisp/edebug.el | |
parent | 27763236fb46957cfe2884a52a403df14c9b808a (diff) | |
download | emacs-f5c9c551adf6a504a771f42c107aac2f4d545a09.tar.gz emacs-f5c9c551adf6a504a771f42c107aac2f4d545a09.tar.bz2 emacs-f5c9c551adf6a504a771f42c107aac2f4d545a09.zip |
Comment changes.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 0a6e3fed349..82894391fae 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -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) ;;; Byte-compiler |