emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/bytecode.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Wed, 14 May 2003 14:50:10 -0400

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.74 emacs/src/bytecode.c:1.75
*** emacs/src/bytecode.c:1.74   Wed Apr 30 20:22:31 2003
--- emacs/src/bytecode.c        Wed May 14 14:50:10 2003
***************
*** 1,5 ****
  /* Execution of byte code produced by bytecomp.el.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Execution of byte code produced by bytecomp.el.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 39,44 ****
--- 39,45 ----
  #include "buffer.h"
  #include "charset.h"
  #include "syntax.h"
+ #include "window.h"
  
  #ifdef CHECK_FRAME_FONT
  #include "frame.h"




reply via email to

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