From: Po Lu Date: Sat, 28 Jan 2023 07:25:50 +0000 (+0800) Subject: Set up fontset stuff on Android X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bd38905ac67221503f027737912fa0df3602a02;p=emacs.git Set up fontset stuff on Android * lisp/term/android-win.el (window-system-initialization): Create default fontset. --- 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))