diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/fontset.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 33fc4acb642..ec7f4f72bfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-08-02 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET | ||
| 4 | -1. | ||
| 5 | |||
| 1 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> | 6 | 2002-08-01 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * syntax.c (Vnext_word_boundary_function_table): New variable. | 8 | * syntax.c (Vnext_word_boundary_function_table): New variable. |
diff --git a/src/fontset.h b/src/fontset.h index 899f83b44e5..34237f2324c 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -212,7 +212,7 @@ extern Lisp_Object Vvertical_centering_font_regexp; | |||
| 212 | struct font_info of the loaded font. If loading fails, return | 212 | struct font_info of the loaded font. If loading fails, return |
| 213 | NULL. */ | 213 | NULL. */ |
| 214 | 214 | ||
| 215 | #define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname, charset_ascii) | 215 | #define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname, -1) |
| 216 | 216 | ||
| 217 | 217 | ||
| 218 | /* Return an immutable id for font_info FONT_INFO on frame F. The | 218 | /* Return an immutable id for font_info FONT_INFO on frame F. The |