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,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Wed, 29 Oct 2008 10:57:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/10/29 10:57:21

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1270
retrieving revision 1.1271
diff -u -b -r1.1270 -r1.1271
--- xdisp.c     28 Oct 2008 01:02:47 -0000      1.1270
+++ xdisp.c     29 Oct 2008 10:57:20 -0000      1.1271
@@ -25059,9 +25059,10 @@
 
   DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
     doc: /* List of functions to call before redisplaying a window with 
scrolling.
-Each function is called with two arguments, the window
-and its new display-start position.  Note that the value of `window-end'
-is not valid when these functions are called.  */);
+Each function is called with two arguments, the window and its new
+display-start position.  Note that these functions are also called by
+`set-window-buffer'.  Also note that the value of `window-end' is not
+valid when these functions are called.  */);
   Vwindow_scroll_functions = Qnil;
 
   DEFVAR_LISP ("window-text-change-functions",




reply via email to

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