diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-04-17 18:38:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-04-17 18:38:00 +0000 |
commit | cf70255861179c4af4309d27600b37a3e7399c45 (patch) | |
tree | dbb8d05b3a6bfdae021d850384fe9782164e3f9a /src/font.h | |
parent | 88758986d503023e3304f2923a9460ed1a956d50 (diff) | |
download | emacs-cf70255861179c4af4309d27600b37a3e7399c45.tar.gz emacs-cf70255861179c4af4309d27600b37a3e7399c45.tar.bz2 emacs-cf70255861179c4af4309d27600b37a3e7399c45.zip |
* font.c (Qja, Qko): Move definitions here from ftfont.c.
* font.h (Qja, Qko): Extern them.
* ftfont.c (Qja, Qko): Remove declarations.
* xfont.c (Qja, Qko): Remove declarations.
Diffstat (limited to 'src/font.h')
-rw-r--r-- | src/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index b481c31a132..c2607774c72 100644 --- a/src/font.h +++ b/src/font.h @@ -240,6 +240,9 @@ extern Lisp_Object QCavgwidth, QCfont_entity, QCfc_unknown_spec; extern Lisp_Object Qascii_0; extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; +/* Special ADSTYLE properties to avoid fonts used for Latin characters. */ +extern Lisp_Object Qja, Qko; + /* Structure for a font-spec. */ struct font_spec |