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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 25 May 2003 13:49:36 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.441 emacs/src/window.c:1.442
*** emacs/src/window.c:1.441    Sat May 24 22:11:24 2003
--- emacs/src/window.c  Sun May 25 13:49:35 2003
***************
*** 2707,2712 ****
--- 2707,2714 ----
    return Qnil;
  }
  
+ EXFUN (Fset_window_fringes, 4);
+ EXFUN (Fset_window_scroll_bars, 4);
  
  /* Make WINDOW display BUFFER as its contents.  RUN_HOOKS_P non-zero
     means it's allowed to run hooks.  See make_frame for a case where
***************
*** 2805,2811 ****
  the default is to reset these from BUFFER's local settings or the frame
  defaults.  */)
       (window, buffer, keep_margins)
!      register Lisp_Object window, buffer;
  {
    register Lisp_Object tem;
    register struct window *w = decode_window (window);
--- 2807,2813 ----
  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;
  {
    register Lisp_Object tem;
    register struct window *w = decode_window (window);




reply via email to

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