summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-04-18 10:22:20 +0000
committerLute Kamstra <lute@gnu.org>2005-04-18 10:22:20 +0000
commit9942fa0cc18035775715ce99a3af95ee02870016 (patch)
tree743135b455b197b94d28dc9aa561523fbce22a0b /src/lread.c
parent7aed223df91314cb90295e9199ad960aec71a312 (diff)
downloademacs-9942fa0cc18035775715ce99a3af95ee02870016.tar.gz
(Vloads_in_progress): Static.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index b634e70934b..cd0e7544ad4 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1,6 +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.
+ 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -89,7 +89,7 @@ Lisp_Object Qinhibit_file_name_operation;
extern Lisp_Object Qevent_symbol_element_mask;
extern Lisp_Object Qfile_exists_p;
-/* non-zero if inside `load' */
+/* non-zero iff inside `load' */
int load_in_progress;
/* Directory in which the sources were found. */
@@ -193,7 +193,7 @@ static int new_backquote_flag;
/* A list of file names for files being loaded in Fload. Used to
check for recursive loads. */
-Lisp_Object Vloads_in_progress;
+static Lisp_Object Vloads_in_progress;
/* Non-zero means load dangerous compiled Lisp files. */