From: Po Lu Date: Sun, 20 Mar 2022 05:53:30 +0000 (+0000) Subject: Fix some crashes in shut_down_emacs on Haiku X-Git-Tag: emacs-29.0.90~1931^2~1033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34ac8088b002e59e943471c4b39c368aebaca45c;p=emacs.git Fix some crashes in shut_down_emacs on Haiku * src/emacs.c (shut_down_emacs): Stop quitting be app, since it's not always there. --- diff --git a/src/emacs.c b/src/emacs.c index 0ff916b18b8..2a4dcc2c2c3 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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);