aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-13 09:41:18 +0000
committerJuanma Barranquero2009-03-13 09:41:18 +0000
commitfe24f56a5258454891bb47ec52d582cda054a2a7 (patch)
tree5ef3b3ef2da45108fb0303d1fa8628d1e5a95cda
parenta3d16f39799a3f5a2eddc80b50adcda877d7d758 (diff)
downloademacs-fe24f56a5258454891bb47ec52d582cda054a2a7.tar.gz
emacs-fe24f56a5258454891bb47ec52d582cda054a2a7.zip
Fix typo.
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index adbe887fe8a..cc09320ef16 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,15 @@
12009-03-13 Kenichi Handa <handa@m17n.org> 12009-03-13 Kenichi Handa <handa@m17n.org>
2 2
3 * fontset.c (Ffontset_info, check_fontset_name): New arg frame. 3 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4 Hanlde NAME nil and t correctly. Callers changed. 4 Handle NAME nil and t correctly. Callers changed.
5 (font_def_arg, add_arg, from_arg, to_arg): Delete them. 5 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6 (set_fontset_font): Change ARG to a vector. Handle range_list in 6 (set_fontset_font): Change ARG to a vector. Handle range_list in
7 ARG correctly. 7 ARG correctly.
8 (Fset_fontset_font): Fix the case that TARGET is both a script 8 (Fset_fontset_font): Fix the case that TARGET is both a script
9 name and charset name. Adjusted the arg to set_fontset_font for 9 name and charset name. Adjust the arg to set_fontset_font for
10 the above change. 10 the above change.
11 (fontset_from_font): Fix previous change. 11 (fontset_from_font): Fix previous change.
12 (Ffontset_info): Adjusted for the 2008-07-09 change of fontset 12 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
13 entry. If FONTSET is the default fontset, don't set the extra 13 entry. If FONTSET is the default fontset, don't set the extra
14 slot of the returning char-table. 14 slot of the returning char-table.
15 15