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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [lexbind]
Date: Wed, 15 Sep 2004 20:35:42 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.417.2.18 emacs/src/window.c:1.417.2.19
*** emacs/src/window.c:1.417.2.18       Sat Sep  4 09:21:46 2004
--- emacs/src/window.c  Thu Sep 16 00:12:25 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]