/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.951 by kfstorm, Thu Dec 30 18:01:59 2004 UTC revision 1.952 by kfstorm, Thu Dec 30 18:07:07 2004 UTC
# Line 19110  x_produce_glyphs (it) Line 19110  x_produce_glyphs (it)
19110    
19111            height = get_line_height_property(it, Qline_height);            height = get_line_height_property(it, Qline_height);
19112            /* Split (line-height total-height) list */            /* Split (line-height total-height) list */
19113            if (CONSP (height) && CONSP (XCDR (height)))            if (CONSP (height)
19114                  && CONSP (XCDR (height))
19115                  && NILP (XCDR (XCDR (height))))
19116              {              {
19117                total_height = XCAR (XCDR (height));                total_height = XCAR (XCDR (height));
19118                height = XCAR (height);                height = XCAR (height);

Legend:
Removed from v.1.951  
changed lines
  Added in v.1.952

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26