]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix running temacs on Haiku
authorPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 11:02:14 +0000 (11:02 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 20 Jun 2022 11:02:14 +0000 (11:02 +0000)
* src/emacs.c (main): Run init_haiku_select at the right place.

src/emacs.c

index 43b9901e081289d1b727b1c5a0a74c0cbe7d2542..236add1157dba77e2b0bd89c184a585a70cbbbb7 100644 (file)
@@ -2412,11 +2412,11 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
 #if defined WINDOWSNT || defined HAVE_NTGUI
       globals_of_w32select ();
 #endif
+    }
 
 #ifdef HAVE_HAIKU
-      init_haiku_select ();
+  init_haiku_select ();
 #endif
-    }
 
   init_charset ();