From: Adrian Robert Date: Mon, 6 Jul 2009 15:22:19 +0000 (+0000) Subject: correct typo in last change X-Git-Tag: emacs-pretest-23.0.96~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d71dcee964bc1a6fc6ef4868a7441dd38dd6de9;p=emacs.git correct typo in last change --- diff --git a/src/nsterm.m b/src/nsterm.m index a56bcf15e9d..75567de0e57 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -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) {