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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Sat, 30 Oct 2004 20:16:48 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.335 emacs/src/dispnew.c:1.336
*** emacs/src/dispnew.c:1.335   Fri Aug 20 10:33:05 2004
--- emacs/src/dispnew.c Sun Oct 31 00:05:18 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]