emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src nsterm.m [EMACS_23_1_RC]


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src nsterm.m [EMACS_23_1_RC]
Date: Mon, 06 Jul 2009 15:22:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Adrian Robert <arobert> 09/07/06 15:22:19

Modified files:
        src            : nsterm.m 

Log message:
        correct typo in last change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/nsterm.m?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.75.2.1&r2=1.75.2.2

Patches:
Index: nsterm.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.m,v
retrieving revision 1.75.2.1
retrieving revision 1.75.2.2
diff -u -b -r1.75.2.1 -r1.75.2.2
--- nsterm.m    30 Jun 2009 12:19:01 -0000      1.75.2.1
+++ nsterm.m    6 Jul 2009 15:22:19 -0000       1.75.2.2
@@ -4468,7 +4468,7 @@
     return;
 
  if (![[self window] isKeyWindow]
-     && [[theEvent window] isKindOfClass: [EmacsWindow class]])
+     && [[theEvent window] isKindOfClass: [EmacsWindow class]]
      /* we must avoid an infinite loop here. */
      && (EmacsView *)[[theEvent window] delegate] != self)
    {




reply via email to

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