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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 30 Jul 2005 15:02:15 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1036 emacs/src/xdisp.c:1.1037
*** emacs/src/xdisp.c:1.1036    Mon Jul 18 20:59:41 2005
--- emacs/src/xdisp.c   Sat Jul 30 19:02:14 2005
***************
*** 231,237 ****
  
  Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
  Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
! Lisp_Object Qredisplay_end_trigger_functions;
  Lisp_Object Qinhibit_point_motion_hooks;
  Lisp_Object QCeval, QCfile, QCdata, QCpropertize;
  Lisp_Object Qfontified;
--- 231,237 ----
  
  Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
  Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
! Lisp_Object Qredisplay_end_trigger_functions, 
Vredisplay_end_trigger_functions;
  Lisp_Object Qinhibit_point_motion_hooks;
  Lisp_Object QCeval, QCfile, QCdata, QCpropertize;
  Lisp_Object Qfontified;
***************
*** 23135,23140 ****
--- 23135,23146 ----
  and its new display-start position.  Note that the value of `window-end'
  is not valid when these functions are called.  */);
    Vwindow_scroll_functions = Qnil;
+ 
+   DEFVAR_LISP ("redisplay-end-trigger-functions", 
&Vredisplay_end_trigger_functions,
+     doc: /* Functions called when redisplay of a window reaches the end 
trigger.
+ Each function is called with two arguments, the window and the end trigger 
value.
+ See `set-window-redisplay-end-trigger'.  */);
+   Vredisplay_end_trigger_functions = Qnil;
  
    DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
      doc: /* *Non-nil means autoselect window with mouse pointer.  */);




reply via email to

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