From 2a591b228aaa8c66c27cc5b7cb3033aa6625bc0b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Dec 2023 16:26:26 +0200 Subject: [PATCH] ; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning. --- lisp/startup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/startup.el b/lisp/startup.el index 09ec24c6c67..255c31257b0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -643,6 +643,7 @@ It is the default value of the variable `top-level'." (if (and (featurep 'android) (eq system-type 'android) + (fboundp 'android-locale-for-system-language) initial-window-system) ;; If Android windowing is enabled, derive a proper locale ;; from the system's language preferences. On Android, LANG -- 2.39.2