mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
; * lisp/international/fontset.el (setup-default-fontset): Fix typo.
This commit is contained in:
parent
203e84c6cf
commit
37fdfbfeb2
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@
|
|||
(#x1F800 . #x1F8FF))) ;; Supplemental Arrows-C
|
||||
(set-fontset-font "fontset-default" symbol-subgroup "Symbola")))
|
||||
;; Box Drawing and Block Elements
|
||||
(when (find-font (font-spec "FreeMono"))
|
||||
(when (find-font (font-spec :name "FreeMono"))
|
||||
(set-fontset-font "fontset-default" '(#x2500 . #x259F) "FreeMono"))
|
||||
|
||||
;; Append CJK fonts for characters other than han, kana, cjk-misc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue