emacs-diffs
[Top][All Lists]
Advanced

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

feature/android 5bd38905ac6 2/2: Set up fontset stuff on Android


From: Po Lu
Subject: feature/android 5bd38905ac6 2/2: Set up fontset stuff on Android
Date: Sat, 28 Jan 2023 02:26:56 -0500 (EST)

branch: feature/android
commit 5bd38905ac67221503f027737912fa0df3602a02
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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))
 



reply via email to

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