projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1bb90
)
(Qascii_0): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 2008 07:20:07 +0000
(07:20 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 2008 07:20:07 +0000
(07:20 +0000)
src/ChangeLog
patch
|
blob
|
history
src/font.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2d80e37cb35e7eda08de3ef80c2f0b698b5efab2..547011a87c5f7d19467646c7be30d0b9803e8580 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/font.h
b/src/font.h
index 053d6cca791736aa1e703a7bc51f2db16bafb341..d9d6188d0d68cb331e5dd23ab3c768c3407f49e9 100644
(file)
--- 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. */