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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Sat, 17 May 2003 17:17:46 -0400

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.54 emacs/src/window.h:1.55
*** emacs/src/window.h:1.54     Wed May 14 14:50:47 2003
--- emacs/src/window.h  Sat May 17 17:17:44 2003
***************
*** 1,5 ****
  /* Window definitions for GNU Emacs.
!    Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 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.
***************
*** 366,372 ****
  extern Lisp_Object Vmouse_event;
  
  EXFUN (Fnext_window, 3);
! EXFUN (Fselect_window, 1);
  EXFUN (Fdisplay_buffer, 3);
  EXFUN (Fset_window_buffer, 2);
  EXFUN (Fset_window_hscroll, 2);
--- 366,372 ----
  extern Lisp_Object Vmouse_event;
  
  EXFUN (Fnext_window, 3);
! EXFUN (Fselect_window, 2);
  EXFUN (Fdisplay_buffer, 3);
  EXFUN (Fset_window_buffer, 2);
  EXFUN (Fset_window_hscroll, 2);




reply via email to

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