From 5bd38905ac67221503f027737912fa0df3602a02 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 28 Jan 2023 15:25:50 +0800 Subject: [PATCH] Set up fontset stuff on Android * lisp/term/android-win.el (window-system-initialization): Create default fontset. --- lisp/term/android-win.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/term/android-win.el b/lisp/term/android-win.el index 6ab469dc0b0..aa5992a9f09 100644 --- a/lisp/term/android-win.el +++ b/lisp/term/android-win.el @@ -48,6 +48,8 @@ &optional _ignored) "Set up the window system. WINDOW-SYSTEM must be ANDROID. DISPLAY is ignored on Android." + ;; Create the default fontset. + (create-default-fontset) ;; Just make sure the window system was initialized at startup. (android-get-connection)) -- 2.39.5