emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macterm.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/macterm.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: macterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -b -r1.188 -r1.189
--- macterm.c   8 Sep 2006 08:18:18 -0000       1.188
+++ macterm.c   8 Sep 2006 14:14:28 -0000       1.189
@@ -10653,7 +10653,7 @@
                  else
                    {
                      /* Generate SELECT_WINDOW_EVENTs when needed.  */
-                     if (mouse_autoselect_window)
+                     if (!NILP (Vmouse_autoselect_window))
                        {
                          Lisp_Object window;
 




reply via email to

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