Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
348db3dd
Commit
348db3dd
authored
Mar 13, 2009
by
Stefan Monnier
Browse files
(Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).
parent
ccb012c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/ChangeLog
src/ChangeLog
+2
-2
src/fontset.c
src/fontset.c
+2
-2
No files found.
src/ChangeLog
View file @
348db3dd
2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
* fontset.c (fontset_from_font): YAILOM (Yet another
int/Lisp_Object
mixup).
* fontset.c (fontset_from_font
, Ffontset_info
): YAILOM (Yet another
int/Lisp_Object
mixup).
2009-03-13 Kenichi Handa <handa@m17n.org>
...
...
src/fontset.c
View file @
348db3dd
...
...
@@ -1965,7 +1965,7 @@ format is the same as above. */)
tables
[
0
]
=
Fmake_char_table
(
Qfontset_info
,
Qnil
);
fontsets
[
0
]
=
fontset
;
if
(
fontset
!=
Vdefault_fontset
)
if
(
!
EQ
(
fontset
,
Vdefault_fontset
)
)
{
tables
[
1
]
=
Fmake_char_table
(
Qnil
,
Qnil
);
XCHAR_TABLE
(
tables
[
0
])
->
extras
[
0
]
=
tables
[
1
];
...
...
@@ -2042,7 +2042,7 @@ format is the same as above. */)
}
c
=
to
+
1
;
}
if
(
fontset
==
Vdefault_fontset
)
if
(
EQ
(
fontset
,
Vdefault_fontset
)
)
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment