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:
parent
b5dd337ada
commit
f120db63a3
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user