aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fontset.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 283f8d9ef5d..0580e59f318 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-07-11 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (fontset_from_font): Cancel the previous change.
4
12008-07-11 Dan Nicolaescu <dann@ics.uci.edu> 52008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * lisp.h: 7 * lisp.h:
diff --git a/src/fontset.c b/src/fontset.c
index caa732b6bc6..cde956c93dd 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1623,6 +1623,7 @@ fontset_from_font (font_object)
1623 ASET (font_spec, FONT_REGISTRY_INDEX, Qiso10646_1); 1623 ASET (font_spec, FONT_REGISTRY_INDEX, Qiso10646_1);
1624 for (i = FONT_WEIGHT_INDEX; i < FONT_EXTRA_INDEX; i++) 1624 for (i = FONT_WEIGHT_INDEX; i < FONT_EXTRA_INDEX; i++)
1625 ASET (font_spec, i, Qnil); 1625 ASET (font_spec, i, Qnil);
1626 Fset_fontset_font (name, Qlatin, font_spec, Qnil, Qnil);
1626 Fset_fontset_font (name, Qnil, font_spec, Qnil, Qnil); 1627 Fset_fontset_font (name, Qnil, font_spec, Qnil, Qnil);
1627 return XINT (FONTSET_ID (fontset)); 1628 return XINT (FONTSET_ID (fontset));
1628} 1629}