diff options
| author | Stefan Monnier | 2009-03-13 15:21:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-03-13 15:21:04 +0000 |
| commit | 46e722a9b608044d32f0c47bfb70ae4a6c12c6ff (patch) | |
| tree | 33e0f2d7d06cdd60d8a812ca6670f8e525d4b218 /src/fontset.c | |
| parent | fe24f56a5258454891bb47ec52d582cda054a2a7 (diff) | |
| download | emacs-46e722a9b608044d32f0c47bfb70ae4a6c12c6ff.tar.gz emacs-46e722a9b608044d32f0c47bfb70ae4a6c12c6ff.zip | |
(fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup).
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 03c50b76c8a..9438c2379a4 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1767,7 +1767,7 @@ fontset_from_font (font_object) | |||
| 1767 | ASET (font_spec, i, Qnil); | 1767 | ASET (font_spec, i, Qnil); |
| 1768 | Fset_fontset_font (name, Qlatin, font_spec, Qnil, Qnil); | 1768 | Fset_fontset_font (name, Qlatin, font_spec, Qnil, Qnil); |
| 1769 | Fset_fontset_font (name, Qnil, font_spec, Qnil, Qnil); | 1769 | Fset_fontset_font (name, Qnil, font_spec, Qnil, Qnil); |
| 1770 | if (registry != Qiso10646_1) | 1770 | if (!EQ (registry, Qiso10646_1)) |
| 1771 | { | 1771 | { |
| 1772 | font_spec = Fcopy_font_spec (font_spec); | 1772 | font_spec = Fcopy_font_spec (font_spec); |
| 1773 | ASET (font_spec, FONT_REGISTRY_INDEX, Qiso10646_1); | 1773 | ASET (font_spec, FONT_REGISTRY_INDEX, Qiso10646_1); |