From: Kenichi Handa Date: Mon, 9 Jun 2008 07:20:07 +0000 (+0000) Subject: (Qascii_0): Extern it. X-Git-Tag: emacs-pretest-23.0.90~4982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366664ad7dd059c19e5cd6768372a6d6fad49274;p=emacs.git (Qascii_0): Extern it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2d80e37cb35..547011a87c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-06-09 Kenichi Handa + * 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 diff --git a/src/font.h b/src/font.h index 053d6cca791..d9d6188d0d6 100644 --- a/src/font.h +++ b/src/font.h @@ -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. */