emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Sun, 31 Mar 2002 11:42:29 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.154 emacs/src/w32term.c:1.155
*** emacs/src/w32term.c:1.154   Fri Mar 29 13:33:52 2002
--- emacs/src/w32term.c Sun Mar 31 11:42:29 2002
***************
*** 6304,6310 ****
        window = window_from_coordinates (frame, mouse_x, mouse_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)
--- 6304,6310 ----
        window = window_from_coordinates (frame, mouse_x, mouse_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]