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

Diff of /emacs/src/window.c

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

revision 1.441 by lektu, Sun May 25 02:11:24 2003 UTC revision 1.442 by monnier, Sun May 25 17:49:35 2003 UTC
# Line 2707  Fset_window_buffer_unwind (obuf) Line 2707  Fset_window_buffer_unwind (obuf)
2707    return Qnil;    return Qnil;
2708  }  }
2709    
2710    EXFUN (Fset_window_fringes, 4);
2711    EXFUN (Fset_window_scroll_bars, 4);
2712    
2713  /* Make WINDOW display BUFFER as its contents.  RUN_HOOKS_P non-zero  /* Make WINDOW display BUFFER as its contents.  RUN_HOOKS_P non-zero
2714     means it's allowed to run hooks.  See make_frame for a case where     means it's allowed to run hooks.  See make_frame for a case where
# Line 2805  display margins, fringe widths, and scro Line 2807  display margins, fringe widths, and scro
2807  the default is to reset these from BUFFER's local settings or the frame  the default is to reset these from BUFFER's local settings or the frame
2808  defaults.  */)  defaults.  */)
2809       (window, buffer, keep_margins)       (window, buffer, keep_margins)
2810       register Lisp_Object window, buffer;       register Lisp_Object window, buffer, keep_margins;
2811  {  {
2812    register Lisp_Object tem;    register Lisp_Object tem;
2813    register struct window *w = decode_window (window);    register struct window *w = decode_window (window);

Legend:
Removed from v.1.441  
changed lines
  Added in v.1.442

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