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.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.h [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:55:08 -0400

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.58.2.1 emacs/src/window.h:1.58.2.2
*** emacs/src/window.h:1.58.2.1 Fri Apr 16 12:50:51 2004
--- emacs/src/window.h  Mon Jun 28 07:29:24 2004
***************
*** 1,5 ****
  /* Window definitions for GNU Emacs.
!    Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Window definitions for GNU Emacs.
!    Copyright (C) 1985,86,93,95,97,98,99, 2000,01,03,04
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 320,326 ****
      |  |   +--------------------------- LEFT_MARGIN_COLS
      |  +------------------------------- LEFT_FRINGE_WIDTH
      +---------------------------------- LEFT_SCROLL_BAR_COLS
!     
  */
  
  
--- 320,326 ----
      |  |   +--------------------------- LEFT_MARGIN_COLS
      |  +------------------------------- LEFT_FRINGE_WIDTH
      +---------------------------------- LEFT_SCROLL_BAR_COLS
! 
  */
  
  
***************
*** 767,774 ****
  EXFUN (Fset_window_buffer, 3);
  EXFUN (Fset_window_hscroll, 2);
  EXFUN (Fwindow_hscroll, 1);
! EXFUN (Fset_window_vscroll, 2);
! EXFUN (Fwindow_vscroll, 1);
  EXFUN (Fset_window_margins, 3);
  EXFUN (Fwindow_live_p, 1);
  EXFUN (Fset_window_point, 2);
--- 767,774 ----
  EXFUN (Fset_window_buffer, 3);
  EXFUN (Fset_window_hscroll, 2);
  EXFUN (Fwindow_hscroll, 1);
! EXFUN (Fset_window_vscroll, 3);
! EXFUN (Fwindow_vscroll, 2);
  EXFUN (Fset_window_margins, 3);
  EXFUN (Fwindow_live_p, 1);
  EXFUN (Fset_window_point, 2);




reply via email to

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