]> git.eshelyaron.com Git - emacs.git/commitdiff
Set up fontset stuff on Android
authorPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 07:25:50 +0000 (15:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 07:25:50 +0000 (15:25 +0800)
* lisp/term/android-win.el (window-system-initialization):
Create default fontset.

lisp/term/android-win.el

index 6ab469dc0b019aa8356544208a138a35a598765b..aa5992a9f09551e4752aa07eb4f664edcb8f7001 100644 (file)
@@ -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))