diff options
author | Kenichi Handa <handa@m17n.org> | 2002-08-01 15:51:59 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2002-08-01 15:51:59 +0000 |
commit | 6a0a025b9ac9f0b22c2e41eefbd75ed25d789e57 (patch) | |
tree | b9c574f9481ff416c7e821c58c2236fc67becca1 /src/fontset.h | |
parent | 54b70fe38669a44428d241a17a0dfb70f5465e51 (diff) | |
download | emacs-6a0a025b9ac9f0b22c2e41eefbd75ed25d789e57.tar.gz |
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
Diffstat (limited to 'src/fontset.h')
-rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; struct font_info of the loaded font. If loading fails, return NULL. */ -#define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname, charset_ascii) +#define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname, -1) /* Return an immutable id for font_info FONT_INFO on frame F. The |