+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
(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)