diff options
author | Kenichi Handa <handa@m17n.org> | 1997-08-22 01:19:27 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-08-22 01:19:27 +0000 |
commit | df7194af4729d2dc7230eb0d2180ced11316c437 (patch) | |
tree | 2ba20389111ec496258200e6b7e9daf111dce604 /src/fontset.h | |
parent | 7257664ecf772472913ec653b9a737545c0316a3 (diff) | |
download | emacs-df7194af4729d2dc7230eb0d2180ced11316c437.tar.gz |
Adjusted for the name change of
Valternate_fontname_alist.
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 cb8e0ecea15..bb7c8e8ffcd 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -209,7 +209,7 @@ extern Lisp_Object Vglobal_fontset_alist; extern Lisp_Object Qfontset; extern Lisp_Object Vuse_default_ascent; extern Lisp_Object Vignore_relative_composition; -extern Lisp_Object Valternative_fontname_alist; +extern Lisp_Object Valternate_fontname_alist; extern Lisp_Object Vhighlight_wrong_size_font; extern Lisp_Object Vclip_large_size_font; |