emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 5c2fee0c257 4/5: Fix crash during androidterm init


From: Po Lu
Subject: feature/android 5c2fee0c257 4/5: Fix crash during androidterm init
Date: Sat, 11 Mar 2023 22:07:03 -0500 (EST)

branch: feature/android
commit 5c2fee0c257ea24cf28e0d493e5dbaf41152d94c
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix crash during androidterm init
    
    * src/androidterm.c (syms_of_androidterm): Initialize
    Vandroid_build_fingerprint in case GC happens.
---
 src/androidterm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/androidterm.c b/src/androidterm.c
index bd7e60dcb3f..019b84bf391 100644
--- a/src/androidterm.c
+++ b/src/androidterm.c
@@ -5849,6 +5849,7 @@ If set to a non-float value, there will be no wait at 
all.  */);
     doc: /* String identifying the device's OS version.
 This is a string that uniquely identifies the version of Android
 Emacs is running on.  */);
+  Vandroid_build_fingerprint = Qnil;
 
   /* Only defined so loadup.el loads scroll-bar.el.  */
   DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]