diff options
| author | Kenichi Handa | 2002-08-01 15:51:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-01 15:51:59 +0000 |
| commit | 6a0a025b9ac9f0b22c2e41eefbd75ed25d789e57 (patch) | |
| tree | b9c574f9481ff416c7e821c58c2236fc67becca1 /src | |
| parent | 54b70fe38669a44428d241a17a0dfb70f5465e51 (diff) | |
| download | emacs-6a0a025b9ac9f0b22c2e41eefbd75ed25d789e57.tar.gz emacs-6a0a025b9ac9f0b22c2e41eefbd75ed25d789e57.zip | |
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
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 |