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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v
Date: Fri, 08 Sep 2006 14:14:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/08 14:14:28

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -b -r1.250 -r1.251
--- w32term.c   24 Aug 2006 20:52:00 -0000      1.250
+++ w32term.c   8 Sep 2006 14:14:28 -0000       1.251
@@ -4298,7 +4298,7 @@
          if (f)
            {
              /* Generate SELECT_WINDOW_EVENTs when needed.  */
-             if (mouse_autoselect_window)
+             if (!NILP (Vmouse_autoselect_window))
                {
                  Lisp_Object window;
                  int x = LOWORD (msg.msg.lParam);




reply via email to

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