diff options
| author | Kenichi Handa | 2008-06-09 07:20:07 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-09 07:20:07 +0000 |
| commit | 366664ad7dd059c19e5cd6768372a6d6fad49274 (patch) | |
| tree | a94796f18705008f87eb12f69f035f85a4894dbd /src | |
| parent | 9e1bb909ea563b985fb3b26734d3477138aac026 (diff) | |
| download | emacs-366664ad7dd059c19e5cd6768372a6d6fad49274.tar.gz emacs-366664ad7dd059c19e5cd6768372a6d6fad49274.zip | |
(Qascii_0): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/font.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2d80e37cb35..547011a87c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-06-09 Kenichi Handa <handa@m17n.org> | 1 | 2008-06-09 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * font.h (Qascii_0): Extern it. | ||
| 4 | |||
| 3 | * font.c (Qascii_0): New variable. | 5 | * font.c (Qascii_0): New variable. |
| 4 | (syms_of_font): DEFSYM it. | 6 | (syms_of_font): DEFSYM it. |
| 5 | (font_open_by_name): If the registry "iso8859-1" fails, try also | 7 | (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; | |||
| 238 | extern Lisp_Object QCavgwidth, QCfont_entity, QCfc_unknown_spec; | 238 | extern Lisp_Object QCavgwidth, QCfont_entity, QCfc_unknown_spec; |
| 239 | 239 | ||
| 240 | /* Important character set symbols. */ | 240 | /* Important character set symbols. */ |
| 241 | extern Lisp_Object Qascii_0; | ||
| 241 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; | 242 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; |
| 242 | 243 | ||
| 243 | /* Structure for a font-spec. */ | 244 | /* Structure for a font-spec. */ |