From 34ac8088b002e59e943471c4b39c368aebaca45c Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 20 Mar 2022 05:53:30 +0000 Subject: [PATCH] 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. --- src/emacs.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.2