]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xterm.c (x_make_frame_visible): Fix typo in previous change.
authorNoam Postavsky <npostavs@gmail.com>
Thu, 29 Mar 2018 23:17:34 +0000 (19:17 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 29 Mar 2018 23:17:34 +0000 (19:17 -0400)
src/xterm.c

index f8ac23e53b92aa78f9be72a957df2deb9f4d2b8f..6ab4a03002d7184497f9bc4b2eb467e6b91336c0 100644 (file)
@@ -11551,7 +11551,7 @@ x_make_frame_visible (struct frame *f)
     poll_for_input_1 ();
     poll_suppress_count = old_poll_suppress_count;
 #endif
-    if (FRAME_VISIBLE_P (f))
+    if (FRAME_VISIBLE_P (f))
       x_wait_for_event (f, MapNotify);
   }
 }