(setup-default-fontset): Append entries for mathematical, instead of
prepending.
This commit is contained in:
parent
c4984fd89a
commit
3208a64a70
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@
|
|||
(setcdr slot (vconcat (cdr slot) (vector (car math-subgroup))))
|
||||
(setcdr slot (vector (cadr slot) (car math-subgroup))))
|
||||
(setq slot (list (nth 2 math-subgroup) (car math-subgroup)))
|
||||
(push slot script-representative-chars)))
|
||||
(nconc script-representative-chars (list slot))))
|
||||
(set-fontset-font
|
||||
"fontset-default"
|
||||
(cons (car math-subgroup) (nth 1 math-subgroup))
|
||||
|
|
Loading…
Add table
Reference in a new issue