1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Fix running temacs on Haiku

* src/emacs.c (main): Run init_haiku_select at the right place.
This commit is contained in:
Po Lu 2022-06-20 11:02:14 +00:00
parent b5dd337ada
commit f120db63a3

View 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 ();