[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 34ac8088b0 2/2: Fix some crashes in shut_down_emacs on Haiku
From: |
Po Lu |
Subject: |
master 34ac8088b0 2/2: Fix some crashes in shut_down_emacs on Haiku |
Date: |
Sun, 20 Mar 2022 01:55:26 -0400 (EDT) |
branch: master
commit 34ac8088b002e59e943471c4b39c368aebaca45c
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
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 0ff916b18b..2a4dcc2c2c 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);