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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]
Date: Thu, 09 Sep 2004 17:45:35 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.445.2.8 emacs/src/window.c:1.445.2.9
*** emacs/src/window.c:1.445.2.8        Tue Aug 10 07:46:40 2004
--- emacs/src/window.c  Thu Sep  9 09:36:35 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]