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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Wed, 08 Sep 2004 22:15:49 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.477 emacs/src/window.c:1.478
*** emacs/src/window.c:1.477    Sat Aug  7 21:07:57 2004
--- emacs/src/window.c  Thu Sep  9 02:10:40 2004
***************
*** 3057,3063 ****
  Optional third arg KEEP-MARGINS non-nil means that WINDOW's current
  display margins, fringe widths, and scroll bar settings are maintained;
  the default is to reset these from BUFFER's local settings or the frame
! defaults.  */)
       (window, buffer, keep_margins)
       register Lisp_Object window, buffer, keep_margins;
  {
--- 3057,3065 ----
  Optional third arg KEEP-MARGINS non-nil means that WINDOW's current
  display margins, fringe widths, and scroll bar settings are maintained;
  the default is to reset these from BUFFER's local settings or the frame
! defaults.
! 
! This function runs the hook `window-scroll-functions'.  */)
       (window, buffer, keep_margins)
       register Lisp_Object window, buffer, keep_margins;
  {




reply via email to

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