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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sun, 31 Mar 2002 11:43:53 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.715 emacs/src/xterm.c:1.716
*** emacs/src/xterm.c:1.715     Sun Mar 31 05:58:58 2002
--- emacs/src/xterm.c   Sun Mar 31 11:43:51 2002
***************
*** 6664,6670 ****
        window = window_from_coordinates (frame, XINT (event->x), XINT 
(event->y), &area, 0);
  
        /* Window will be selected only when it is not selected now and
!        last mouse movement event was not in it.  Minubuffer window
         will be selected iff it is active.  */
        if (!EQ (window, last_window)
          && !EQ (window, selected_window)
--- 6664,6670 ----
        window = window_from_coordinates (frame, XINT (event->x), XINT 
(event->y), &area, 0);
  
        /* Window will be selected only when it is not selected now and
!        last mouse movement event was not in it.  Minibuffer window
         will be selected iff it is active.  */
        if (!EQ (window, last_window)
          && !EQ (window, selected_window)



reply via email to

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