emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Wed, 12 Jan 2005 00:26:34 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.380 emacs/src/fns.c:1.381
*** emacs/src/fns.c:1.380       Mon Dec 27 17:27:30 2004
--- emacs/src/fns.c     Wed Jan 12 05:03:22 2005
***************
*** 3443,3448 ****
--- 3443,3452 ----
  
    CHECK_SYMBOL (feature);
  
+   /* Record the presence of `require' in this file
+      even if the feature specified is already loaded.  */
+   LOADHIST_ATTACH (Fcons (Qrequire, feature));
+ 
    tem = Fmemq (feature, Vfeatures);
  
    if (NILP (tem))
***************
*** 3450,3457 ****
        int count = SPECPDL_INDEX ();
        int nesting = 0;
  
-       LOADHIST_ATTACH (Fcons (Qrequire, feature));
- 
        /* This is to make sure that loadup.el gives a clear picture
         of what files are preloaded and when.  */
        if (! NILP (Vpurify_flag))
--- 3454,3459 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]