1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(eval-after-load): Do not call load-symbol-file-load-history (deleted)

This commit is contained in:
Sam Steingold 2002-08-24 14:40:09 +00:00
parent 82e736c18b
commit a96735b8af
2 changed files with 6 additions and 1 deletions

View 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

View 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)