mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* international/fontset.el (setup-default-fontset): Fix :otf spec.
This commit is contained in:
parent
df7e1ea087
commit
4a16bdc690
@ -1,3 +1,7 @@
|
||||
2010-02-27 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* international/fontset.el (setup-default-fontset): Fix :otf spec.
|
||||
|
||||
2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
|
||||
|
||||
* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
|
||||
|
@ -415,7 +415,7 @@
|
||||
(sinhala ,(font-spec :registry "iso10646-1" :otf '(sinh nil (akhn))))
|
||||
(malayalam ,(font-spec :registry "iso10646-1" :otf '(mlym nil (akhn))))
|
||||
|
||||
(myanmar ,(font-spec :registry "iso10646-1" :otf '(mymr))
|
||||
(myanmar ,(font-spec :registry "iso10646-1" :otf '(mymr brm (liga mark)))
|
||||
,(font-spec :registry "iso10646-1" :script 'myanmar))
|
||||
|
||||
(lao ,(font-spec :registry "iso10646-1" :otf '(lao\ nil nil (mark)))
|
||||
|
Loading…
Reference in New Issue
Block a user