From a96735b8affeb54157c4e02fed8a50f9f56ba036 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Sat, 24 Aug 2002 14:40:09 +0000 Subject: [PATCH] (eval-after-load): Do not call load-symbol-file-load-history (deleted) --- lisp/ChangeLog | 5 +++++ lisp/subr.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8fb1c8b246..d29abdfeb99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-08-24 Sam Steingold + + * subr.el (eval-after-load): Do not call + load-symbol-file-load-history (deleted yesterday). + 2002-08-24 John Paul Wallington * startup.el (normal-splash-screen): Ensure splash buffer is diff --git a/lisp/subr.el b/lisp/subr.el index d1e82e30d18..7ca081ebfef 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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) -- 2.39.5