/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1036 by kfstorm, Mon Jul 18 20:59:41 2005 UTC revision 1.1037 by lektu, Sat Jul 30 19:02:14 2005 UTC
# Line 231  extern Lisp_Object Qhelp_echo; Line 231  extern Lisp_Object Qhelp_echo;
231    
232  Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;  Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
233  Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;  Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
234  Lisp_Object Qredisplay_end_trigger_functions;  Lisp_Object Qredisplay_end_trigger_functions, Vredisplay_end_trigger_functions;
235  Lisp_Object Qinhibit_point_motion_hooks;  Lisp_Object Qinhibit_point_motion_hooks;
236  Lisp_Object QCeval, QCfile, QCdata, QCpropertize;  Lisp_Object QCeval, QCfile, QCdata, QCpropertize;
237  Lisp_Object Qfontified;  Lisp_Object Qfontified;
# Line 23136  and its new display-start position.  Not Line 23136  and its new display-start position.  Not
23136  is not valid when these functions are called.  */);  is not valid when these functions are called.  */);
23137    Vwindow_scroll_functions = Qnil;    Vwindow_scroll_functions = Qnil;
23138    
23139      DEFVAR_LISP ("redisplay-end-trigger-functions", &Vredisplay_end_trigger_functions,
23140        doc: /* Functions called when redisplay of a window reaches the end trigger.
23141    Each function is called with two arguments, the window and the end trigger value.
23142    See `set-window-redisplay-end-trigger'.  */);
23143      Vredisplay_end_trigger_functions = Qnil;
23144    
23145    DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,    DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
23146      doc: /* *Non-nil means autoselect window with mouse pointer.  */);      doc: /* *Non-nil means autoselect window with mouse pointer.  */);
23147    mouse_autoselect_window = 0;    mouse_autoselect_window = 0;

Legend:
Removed from v.1.1036  
changed lines
  Added in v.1.1037

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26