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: Mon, 01 Apr 2002 11:55:34 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.717 emacs/src/xterm.c:1.718
*** emacs/src/xterm.c:1.717     Mon Apr  1 08:43:58 2002
--- emacs/src/xterm.c   Mon Apr  1 11:55:33 2002
***************
*** 10890,10896 ****
                        /* 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)
                            && numchars > 0)
                          {
--- 10890,10897 ----
                        /* 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 (WINDOWP(window)
!                           && !EQ (window, last_window)
                            && !EQ (window, selected_window)
                            && numchars > 0)
                          {



reply via email to

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