diff lisp/subr.el @ 47025:324b87cc6fdf

(eval-after-load): Do not call load-symbol-file-load-history (deleted)
author Sam Steingold <sds@gnu.org>
date Sat, 24 Aug 2002 14:40:09 +0000
parents 7faae7c35e07
children 74f8b41068e0
line wrap: on
line diff
--- a/lisp/subr.el	Sat Aug 24 14:26:06 2002 +0000
+++ b/lisp/subr.el	Sat Aug 24 14:40:09 2002 +0000
@@ -951,7 +951,7 @@
 	      (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)