]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vloads_in_progress): Not static.
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 00:28:37 +0000 (00:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 00:28:37 +0000 (00:28 +0000)
src/lread.c

index 017828652711e3de22d4b7d44042a5c2b494ce7c..b634e70934b9abd457b3b6fc83ef219f3ca69f32 100644 (file)
@@ -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.  */
 
-static Lisp_Object Vloads_in_progress;
+Lisp_Object Vloads_in_progress;
 
 /* Non-zero means load dangerous compiled Lisp files.  */