Commit 2a591b22 authored by Eli Zaretskii's avatar Eli Zaretskii
Browse files

; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning.

parent a1d3862c
Pipeline #27514 failed with stage
in 3 minutes and 6 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment