]> git.eshelyaron.com Git - emacs.git/commitdiff
correct typo in last change
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 6 Jul 2009 15:22:19 +0000 (15:22 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 6 Jul 2009 15:22:19 +0000 (15:22 +0000)
src/nsterm.m

index a56bcf15e9d875254d9910fe8af42d3b4801b14e..75567de0e57022e39637e88bde255b773b5fe721 100644 (file)
@@ -4468,7 +4468,7 @@ extern void update_window_cursor (struct window *w, int on);
     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)
    {