emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Mon, 13 Oct 2003 12:11:27 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.450 emacs/src/window.c:1.451
*** emacs/src/window.c:1.450    Sat Oct 11 19:03:09 2003
--- emacs/src/window.c  Mon Oct 13 12:11:27 2003
***************
*** 5925,5931 ****
  the right fringe.  Fourth parameter OUTSIDE-MARGINS non-nil specifies
  that fringes are drawn outside of the display margins; by default, fringes
  are drawn between display marginal areas and the text area.
! A nil width parameter means to use the frame's corresponding fringe width.  
*/)
       (window, left, right, outside_margins)
       Lisp_Object window, left, right, outside_margins;
  {
--- 5925,5932 ----
  the right fringe.  Fourth parameter OUTSIDE-MARGINS non-nil specifies
  that fringes are drawn outside of the display margins; by default, fringes
  are drawn between display marginal areas and the text area.
! A nil width parameter means to use the frame's default fringe width;
! default fringe widths can be set with the command `set-fringe-style'. */)
       (window, left, right, outside_margins)
       Lisp_Object window, left, right, outside_margins;
  {




reply via email to

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