emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Thu, 30 Dec 2004 13:30:28 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.951 emacs/src/xdisp.c:1.952
*** emacs/src/xdisp.c:1.951     Thu Dec 30 18:01:59 2004
--- emacs/src/xdisp.c   Thu Dec 30 18:07:07 2004
***************
*** 19110,19116 ****
  
          height = get_line_height_property(it, Qline_height);
          /* Split (line-height total-height) list */
!         if (CONSP (height) && CONSP (XCDR (height)))
            {
              total_height = XCAR (XCDR (height));
              height = XCAR (height);
--- 19110,19118 ----
  
          height = get_line_height_property(it, Qline_height);
          /* Split (line-height total-height) list */
!         if (CONSP (height)
!             && CONSP (XCDR (height))
!             && NILP (XCDR (XCDR (height))))
            {
              total_height = XCAR (XCDR (height));
              height = XCAR (height);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]