emacs-diffs
[Top][All Lists]
Advanced

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

master 2a591b228aa: ; * lisp/startup.el (normal-top-level): Avoid byte-c


From: Eli Zaretskii
Subject: master 2a591b228aa: ; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning.
Date: Sat, 16 Dec 2023 09:27:05 -0500 (EST)

branch: master
commit 2a591b228aaa8c66c27cc5b7cb3033aa6625bc0b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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



reply via email to

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