emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]
Date: Fri, 17 Aug 2007 07:53:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/08/17 07:53:19

Index: xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.943.2.7
retrieving revision 1.943.2.8
diff -u -b -r1.943.2.7 -r1.943.2.8
--- xterm.c     17 Aug 2007 07:51:55 -0000      1.943.2.7
+++ xterm.c     17 Aug 2007 07:53:18 -0000      1.943.2.8
@@ -6751,11 +6751,7 @@
           f = last_mouse_frame;
         else
           f = x_window_to_frame (dpyinfo, event.xbutton.window);
-        if (event.type == ButtonPress)
-          {
-            static int xxx = 0;
-            fprintf (stderr, "%d, F: %p\n", xxx++, f);
-          }
+
         if (f)
           {
             /* Is this in the tool-bar?  */




reply via email to

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