emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f120db63a3: Fix running temacs on Haiku


From: Po Lu
Subject: master f120db63a3: Fix running temacs on Haiku
Date: Mon, 20 Jun 2022 07:07:16 -0400 (EDT)

branch: master
commit f120db63a34e7e9085d815c872049c9cacbbe971
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix running temacs on Haiku
    
    * src/emacs.c (main): Run init_haiku_select at the right place.
---
 src/emacs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index 43b9901e08..236add1157 100644
--- 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 ();
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]