emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Mon, 18 Apr 2005 06:21:37 -0400

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.329 emacs/src/lread.c:1.330
*** emacs/src/lread.c:1.329     Sun Apr 10 00:28:37 2005
--- emacs/src/lread.c   Mon Apr 18 10:21:37 2005
***************
*** 1,6 ****
  /* Lisp parsing and input streams.
     Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, 1998,
!      1999, 2000, 2001, 2003, 2004  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Lisp parsing and input streams.
     Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, 1998,
!      1999, 2000, 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 89,95 ****
  extern Lisp_Object Qevent_symbol_element_mask;
  extern Lisp_Object Qfile_exists_p;
  
! /* non-zero if inside `load' */
  int load_in_progress;
  
  /* Directory in which the sources were found.  */
--- 89,95 ----
  extern Lisp_Object Qevent_symbol_element_mask;
  extern Lisp_Object Qfile_exists_p;
  
! /* non-zero iff inside `load' */
  int load_in_progress;
  
  /* Directory in which the sources were found.  */
***************
*** 193,199 ****
  /* A list of file names for files being loaded in Fload.  Used to
     check for recursive loads.  */
  
! Lisp_Object Vloads_in_progress;
  
  /* Non-zero means load dangerous compiled Lisp files.  */
  
--- 193,199 ----
  /* A list of file names for files being loaded in Fload.  Used to
     check for recursive loads.  */
  
! static Lisp_Object Vloads_in_progress;
  
  /* Non-zero means load dangerous compiled Lisp files.  */
  




reply via email to

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