Mercurial > emacs
changeset 54232:e9a21f90fd82
(gdb-mouse-toggle-breakpoint): Remove debug message.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 02 Mar 2004 00:15:01 +0000 |
parents | c3d0594f43ec |
children | 4da084c4e7a7 |
files | lisp/gdb-ui.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gdb-ui.el Tue Mar 02 00:14:33 2004 +0000 +++ b/lisp/gdb-ui.el Tue Mar 02 00:15:01 2004 +0000 @@ -1087,7 +1087,6 @@ (interactive "e") (mouse-minibuffer-check event) (let ((posn (event-end event))) - (message "pt=%S posn=%S" (posn-point posn) posn) (if (numberp (posn-point posn)) (with-selected-window (posn-window posn) (save-excursion