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, 07 Oct 2004 18:06:26 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.913 emacs/src/xdisp.c:1.914
*** emacs/src/xdisp.c:1.913     Mon Oct  4 13:57:31 2004
--- emacs/src/xdisp.c   Thu Oct  7 21:58:16 2004
***************
*** 12220,12226 ****
      {
        update_begin (f);
        BLOCK_INPUT;
!       draw_window_fringes (w);
        UNBLOCK_INPUT;
        update_end (f);
      }
--- 12220,12227 ----
      {
        update_begin (f);
        BLOCK_INPUT;
!       if (draw_window_fringes (w, 1))
!       x_draw_vertical_border (w);
        UNBLOCK_INPUT;
        update_end (f);
      }




reply via email to

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