mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
Improve support of the ancient Egyptian script
* lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Add Egyptian. (Bug#15420)
This commit is contained in:
parent
abd3fdf7b8
commit
c863170f0c
@ -246,6 +246,7 @@
|
||||
(makasar #x11EE0)
|
||||
(cuneiform #x12000)
|
||||
(cuneiform-numbers-and-punctuation #x12400)
|
||||
(egyptian #x13000)
|
||||
(mro #x16A40)
|
||||
(bassa-vah #x16AD0)
|
||||
(pahawh-hmong #x16B11)
|
||||
@ -708,8 +709,8 @@
|
||||
;; For simple scripts
|
||||
(dolist (script '(phonetic
|
||||
armenian
|
||||
syriac
|
||||
thaana
|
||||
syriac
|
||||
georgian
|
||||
cherokee
|
||||
canadian-aboriginal
|
||||
@ -734,8 +735,9 @@
|
||||
phoenician
|
||||
lydian
|
||||
kharoshthi
|
||||
cuneiform
|
||||
cuneiform-numbers-and-punctuation
|
||||
cuneiform
|
||||
egyptian
|
||||
byzantine-musical-symbol
|
||||
musical-symbol
|
||||
ancient-greek-musical-notation
|
||||
|
Loading…
Reference in New Issue
Block a user