Mercurial > emacs
changeset 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 | 15430c8d0eaa |
children | bacfdb9ae69d |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 24 14:26:06 2002 +0000 +++ b/lisp/ChangeLog Sat Aug 24 14:40:09 2002 +0000 @@ -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
--- 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)