From: Eli Zaretskii Date: Sat, 16 Dec 2023 14:26:26 +0000 (+0200) Subject: ; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a591b228aaa8c66c27cc5b7cb3033aa6625bc0b;p=emacs.git ; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning. --- 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