]> git.eshelyaron.com Git - emacs.git/commit
Fix failure of `restart-emacs' to restart Emacs on Android
authorPo Lu <luangruo@yahoo.com>
Tue, 14 May 2024 02:16:18 +0000 (10:16 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 May 2024 08:19:01 +0000 (10:19 +0200)
commitf430bbad4a8173f392d1b7469dc1454eff780d80
tree00378896663f725cea3bb5a07f5a4a052802741d
parent95fb74973694f7dd00c32e12f848f7f37da0d357
Fix failure of `restart-emacs' to restart Emacs on Android

* src/emacs.c (Fkill_emacs) [HAVE_ANDROID && !ANDROID_STUBIFY]:
Arrange to terminate Emacs upon receipt of a bus error.

(cherry picked from commit fff245c52931fc829877ae379e48b373c15a1dcb)
src/emacs.c