]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-after-load): Do not call load-symbol-file-load-history (deleted)
authorSam Steingold <sds@gnu.org>
Sat, 24 Aug 2002 14:40:09 +0000 (14:40 +0000)
committerSam Steingold <sds@gnu.org>
Sat, 24 Aug 2002 14:40:09 +0000 (14:40 +0000)
lisp/ChangeLog
lisp/subr.el

index b8fb1c8b24605f75d9db2e2e19d1d172d250624c..d29abdfeb99daa609b211e78d95442394639740a 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-24  Sam Steingold  <sds@gnu.org>
+
+       * subr.el (eval-after-load): Do not call
+       load-symbol-file-load-history (deleted yesterday).
+
 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
 
        * startup.el (normal-splash-screen): Ensure splash buffer is
index d1e82e30d184bbf5df1bab447b9fffe077987334..7ca081ebfeff71a741ad61fb6c2c3798da3b1757 100644 (file)
@@ -951,7 +951,7 @@ evaluated whenever that feature is `provide'd."
              (featurep file)
            ;; Make sure `load-history' contains the files dumped with
            ;; Emacs for the case that FILE is one of them.
-           (load-symbol-file-load-history)
+           ;;; (load-symbol-file-load-history)
            (assoc file load-history))
          (eval form))))
   form)