mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(x_produce_glyphs): Fix last change.
This commit is contained in:
parent
33b2f4eaac
commit
29aa4ce71f
1 changed files with 3 additions and 1 deletions
|
|
@ -19110,7 +19110,9 @@ x_produce_glyphs (it)
|
|||
|
||||
height = get_line_height_property(it, Qline_height);
|
||||
/* Split (line-height total-height) list */
|
||||
if (CONSP (height) && CONSP (XCDR (height)))
|
||||
if (CONSP (height)
|
||||
&& CONSP (XCDR (height))
|
||||
&& NILP (XCDR (XCDR (height))))
|
||||
{
|
||||
total_height = XCAR (XCDR (height));
|
||||
height = XCAR (height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue