]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some crashes in shut_down_emacs on Haiku
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 05:53:30 +0000 (05:53 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Mar 2022 05:53:30 +0000 (05:53 +0000)
* src/emacs.c (shut_down_emacs): Stop quitting be app, since
it's not always there.

src/emacs.c

index 0ff916b18b821f0921d57a7955d08bc49f39895e..2a4dcc2c2c3fa95edc0e744a53cbc181da85a3b4 100644 (file)
@@ -2818,9 +2818,6 @@ shut_down_emacs (int sig, Lisp_Object stuff)
   /* Don't update display from now on.  */
   Vinhibit_redisplay = Qt;
 
-#ifdef HAVE_HAIKU
-  be_app_quit ();
-#endif
   /* If we are controlling the terminal, reset terminal modes.  */
 #ifndef DOS_NT
   pid_t tpgrp = tcgetpgrp (STDIN_FILENO);