projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dd337
)
Fix running temacs on Haiku
author
Po Lu
<luangruo@yahoo.com>
Mon, 20 Jun 2022 11:02:14 +0000
(11:02 +0000)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 43b9901e081289d1b727b1c5a0a74c0cbe7d2542..236add1157dba77e2b0bd89c184a585a70cbbbb7 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-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 ();