# HG changeset patch # User Lute Kamstra # Date 1113819740 0 # Node ID c80acd5ef5793a3a0f9792e1d188869ea40fa970 # Parent eac490378ade2ab496e9e91ba2844a9ad4c5a0cb *** empty log message *** diff -r eac490378ade -r c80acd5ef579 src/ChangeLog --- a/src/ChangeLog Mon Apr 18 10:21:37 2005 +0000 +++ b/src/ChangeLog Mon Apr 18 10:22:20 2005 +0000 @@ -1,3 +1,10 @@ +2005-04-18 Lute Kamstra + + * lread.c (Vloads_in_progress): Static. + * fns.c (Vloads_in_progress): Remove extern. + (load_in_progress): Add extern. + (Frequire): Use load_in_progress instead of Vloads_in_progress. + 2005-04-18 Thien-Thi Nguyen * xmenu.c (Fx_popup_menu): Initialize error_name to NULL. @@ -119,7 +126,6 @@ into "(any string)". * lread.c (Vloads_in_progress): Not static. - * fns.c (Vloads_in_progress): Add extern. (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.