]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qascii_0): Extern it.
authorKenichi Handa <handa@m17n.org>
Mon, 9 Jun 2008 07:20:07 +0000 (07:20 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 9 Jun 2008 07:20:07 +0000 (07:20 +0000)
src/ChangeLog
src/font.h

index 2d80e37cb35e7eda08de3ef80c2f0b698b5efab2..547011a87c5f7d19467646c7be30d0b9803e8580 100644 (file)
@@ -1,5 +1,7 @@
 2008-06-09  Kenichi Handa  <handa@m17n.org>
 
+       * font.h (Qascii_0): Extern it.
+
        * font.c (Qascii_0): New variable.
        (syms_of_font): DEFSYM it.
        (font_open_by_name): If the registry "iso8859-1" fails, try also
index 053d6cca791736aa1e703a7bc51f2db16bafb341..d9d6188d0d68cb331e5dd23ab3c768c3407f49e9 100644 (file)
@@ -238,6 +238,7 @@ extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClang, QCscript;
 extern Lisp_Object QCavgwidth, QCfont_entity, QCfc_unknown_spec;
 
 /* Important character set symbols.  */
+extern Lisp_Object Qascii_0;
 extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;
 
 /* Structure for a font-spec.  */