/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.380 by tamm, Mon Dec 27 17:27:30 2004 UTC revision 1.381 by rms, Wed Jan 12 05:03:22 2005 UTC
# Line 3443  The normal messages at start and end of Line 3443  The normal messages at start and end of
3443    
3444    CHECK_SYMBOL (feature);    CHECK_SYMBOL (feature);
3445    
3446      /* Record the presence of `require' in this file
3447         even if the feature specified is already loaded.  */
3448      LOADHIST_ATTACH (Fcons (Qrequire, feature));
3449    
3450    tem = Fmemq (feature, Vfeatures);    tem = Fmemq (feature, Vfeatures);
3451    
3452    if (NILP (tem))    if (NILP (tem))
# Line 3450  The normal messages at start and end of Line 3454  The normal messages at start and end of
3454        int count = SPECPDL_INDEX ();        int count = SPECPDL_INDEX ();
3455        int nesting = 0;        int nesting = 0;
3456    
       LOADHIST_ATTACH (Fcons (Qrequire, feature));  
   
3457        /* This is to make sure that loadup.el gives a clear picture        /* This is to make sure that loadup.el gives a clear picture
3458           of what files are preloaded and when.  */           of what files are preloaded and when.  */
3459        if (! NILP (Vpurify_flag))        if (! NILP (Vpurify_flag))

Legend:
Removed from v.1.380  
changed lines
  Added in v.1.381

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26