diff options
| author | Lute Kamstra | 2005-04-18 10:22:20 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-18 10:22:20 +0000 |
| commit | 9942fa0cc18035775715ce99a3af95ee02870016 (patch) | |
| tree | 743135b455b197b94d28dc9aa561523fbce22a0b /src/ChangeLog | |
| parent | 7aed223df91314cb90295e9199ad960aec71a312 (diff) | |
| download | emacs-9942fa0cc18035775715ce99a3af95ee02870016.tar.gz emacs-9942fa0cc18035775715ce99a3af95ee02870016.zip | |
(Vloads_in_progress): Static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a9ecedf1c53..953c38dbdb9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-04-18 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (Vloads_in_progress): Static. | ||
| 4 | * fns.c (Vloads_in_progress): Remove extern. | ||
| 5 | (load_in_progress): Add extern. | ||
| 6 | (Frequire): Use load_in_progress instead of Vloads_in_progress. | ||
| 7 | |||
| 1 | 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org> | 8 | 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 9 | ||
| 3 | * xmenu.c (Fx_popup_menu): Initialize error_name to NULL. | 10 | * xmenu.c (Fx_popup_menu): Initialize error_name to NULL. |
| @@ -119,7 +126,6 @@ | |||
| 119 | into "(any string)". | 126 | into "(any string)". |
| 120 | 127 | ||
| 121 | * lread.c (Vloads_in_progress): Not static. | 128 | * lread.c (Vloads_in_progress): Not static. |
| 122 | |||
| 123 | * fns.c (Vloads_in_progress): Add extern. | 129 | * fns.c (Vloads_in_progress): Add extern. |
| 124 | (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. | 130 | (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. |
| 125 | 131 | ||