diff options
| author | Richard M. Stallman | 2005-04-10 00:28:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-10 00:28:37 +0000 |
| commit | 8c9d5dbafefe3f3abace1cc051bbf956490d009c (patch) | |
| tree | cc6b9074e2207c903a2eb6038d7fc68e10a7ccc4 | |
| parent | 9d5c2e7e2ce8f046fc32ab785cfb70277fc98aca (diff) | |
| download | emacs-8c9d5dbafefe3f3abace1cc051bbf956490d009c.tar.gz emacs-8c9d5dbafefe3f3abace1cc051bbf956490d009c.zip | |
(Vloads_in_progress): Not static.
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 01782865271..b634e70934b 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -193,7 +193,7 @@ static int new_backquote_flag; | |||
| 193 | /* A list of file names for files being loaded in Fload. Used to | 193 | /* A list of file names for files being loaded in Fload. Used to |
| 194 | check for recursive loads. */ | 194 | check for recursive loads. */ |
| 195 | 195 | ||
| 196 | static Lisp_Object Vloads_in_progress; | 196 | Lisp_Object Vloads_in_progress; |
| 197 | 197 | ||
| 198 | /* Non-zero means load dangerous compiled Lisp files. */ | 198 | /* Non-zero means load dangerous compiled Lisp files. */ |
| 199 | 199 | ||