diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-06-12 22:45:41 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-06-12 22:45:41 +0300 |
commit | b63d0a5ab3161ca306e572d2fa00cfd68681fa84 (patch) | |
tree | 9aafdb7d15090d5a50e2c7b0254b626a7cfbde2a /lisp/international/fontset.el | |
parent | c660910d2043503f338fc254a2e1a33e747b4df1 (diff) | |
download | emacs-b63d0a5ab3161ca306e572d2fa00cfd68681fa84.tar.gz |
Configure Symbola font only for symbols and punctuation
* lisp/international/fontset.el (setup-default-fontset): Leave
only symbols and punctuation in the fontset setup for Symbola
font; remove "Greek and Coptic" and "Cyrillic Supplement".
(Bug#20798)
Diffstat (limited to 'lisp/international/fontset.el')
-rw-r--r-- | lisp/international/fontset.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index ebf12906ecb..6fd1b525d6d 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -696,8 +696,6 @@ ;; Special setup for various symbols and some rarely used characters ;; covered well by Symbola. (dolist (symbol-subgroup '((#x0250 . #x02AF) ;; IPA Extensions - (#x0370 . #x03FF) ;; Greek and Coptic - (#x0500 . #x052F) ;; Cyrillic Supplement (#x2000 . #x206F) ;; General Punctuation (#x2070 . #x209F) ;; Superscripts and Subscripts (#x20A0 . #x20CF) ;; Currency Symbols |