emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispnew.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:10:58 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.318.2.6 emacs/src/dispnew.c:1.318.2.7
*** emacs/src/dispnew.c:1.318.2.6       Fri Aug 27 07:00:31 2004
--- emacs/src/dispnew.c Thu Nov  4 08:55:32 2004
***************
*** 579,585 ****
        int width = XFASTINT (w->total_cols);
        double d = max (0, XFLOATINT (margin));
        d = min (width / 2 - 1, d);
!       n = (int) ((double) total_glyphs / width * d) * w->ncols_scale_factor;
      }
    else
      n = 0;
--- 579,585 ----
        int width = XFASTINT (w->total_cols);
        double d = max (0, XFLOATINT (margin));
        d = min (width / 2 - 1, d);
!       n = (int) ((double) total_glyphs / width * d);
      }
    else
      n = 0;




reply via email to

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