diff options
| author | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
| commit | 015e1bb0daf6f28d6a28e8b13d8a1147050f3c5b (patch) | |
| tree | f5210adf0e01c0145b092c3fb62d224728eb7d8f /src | |
| parent | c9e8239214363ba7afb352a8a50ca3656b9d3b6d (diff) | |
| download | emacs-015e1bb0daf6f28d6a28e8b13d8a1147050f3c5b.tar.gz emacs-015e1bb0daf6f28d6a28e8b13d8a1147050f3c5b.zip | |
Adjusted for the name change of
Valternate_fontname_alist.
Diffstat (limited to 'src')
| -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; | |||
| 209 | extern Lisp_Object Qfontset; | 209 | extern Lisp_Object Qfontset; |
| 210 | extern Lisp_Object Vuse_default_ascent; | 210 | extern Lisp_Object Vuse_default_ascent; |
| 211 | extern Lisp_Object Vignore_relative_composition; | 211 | extern Lisp_Object Vignore_relative_composition; |
| 212 | extern Lisp_Object Valternative_fontname_alist; | 212 | extern Lisp_Object Valternate_fontname_alist; |
| 213 | extern Lisp_Object Vhighlight_wrong_size_font; | 213 | extern Lisp_Object Vhighlight_wrong_size_font; |
| 214 | extern Lisp_Object Vclip_large_size_font; | 214 | extern Lisp_Object Vclip_large_size_font; |
| 215 | 215 | ||