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


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 11 Mar 2002 13:49:28 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.711 emacs/src/xterm.c:1.712
*** emacs/src/xterm.c:1.711     Sun Mar 10 11:15:20 2002
--- emacs/src/xterm.c   Mon Mar 11 13:49:27 2002
***************
*** 6647,6652 ****
--- 6647,6654 ----
    last_mouse_motion_event = *event;
    XSETFRAME (last_mouse_motion_frame, frame);
  
+ #if 0 /* Lisp must not be called asynchronously, so this must
+        not be done.  */
    if (x_autoselect_window_p)
      {
        int area;
***************
*** 6666,6671 ****
--- 6668,6674 ----
  
        last_window=window;
      }
+ #endif
  
    if (event->window != FRAME_X_WINDOW (frame))
      {



reply via email to

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